#f70a4e

Color #F70A4E Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #F70A4E

Tints of Razzmatazz #F70A4E

Color information

#F70A4E (or 0xF70A4E) is unknown color: approx Razzmatazz. HEX triplet: F7, 0A and 4E. RGB value is (247,10,78). Sum of RGB (Red+Green+Blue) = 247+10+78=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A4E is #08F5B1. Grayscale: #585858. Windows color (decimal): -587186 or 5114615. OLE color: 5114615.

HSL color Cylindrical-coordinate representation of color #F70A4E: hue angle of 342.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A4E is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB2471078-
CMYK00.960.680.03
HSL342.78º93.68%50.39%-
HSV(B)342.78º95.95%96.86%-
XYZ39.8420.549.07-
YUV88.62122.02240.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 73.73%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=73.73%
G=2.99%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247107800.960.680.03342.7893.6850.39
HexF7A4E0604431575e32
Octal367121160140104352713662
Binary1111011110101001110011000001000100111010101111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f70a4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f70a4e; }

 p { color: rgb(247,10,78); }

 H1.HeaderClassName
 {
   color: #f70a4e;
 }
 .AnyTagClassName
 {
   color: #f70a4e;
 }
</style>
background-color css

<style>
 a { background-color: #f70a4e; }

 a { background-color: rgb(247,10,78); }

 div.DivClassName
 {
   background-color: #f70a4e;
 }
 .BgClassName
 {
   background-color: #f70a4e;
 }
</style>
border-color css

<style>
 span { border-color: #f70a4e; }

 span { border-color: rgb(247,10,78); }

 td.TdClassName
 {
   border-color: #f70a4e;
 }
 .TagClassName
 {
   border-color: #f70a4e;
 }
</style>