#F40A74

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

Shades of Razzmatazz #F40A74

Tints of Razzmatazz #F40A74

Color information

#F40A74 (or 0xF40A74) is unknown color: approx Razzmatazz. HEX triplet: F4, 0A and 74. RGB value is (244,10,116). Sum of RGB (Red+Green+Blue) = 244+10+116=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40A74 is #0BF58B. Grayscale: #5B5B5B. Windows color (decimal): -783756 or 7604980. OLE color: 7604980.

HSL color Cylindrical-coordinate representation of color #F40A74: hue angle of 332.82º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A74 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24410116-
CMYK00.960.520.04
HSL332.82º92.13%49.8%-
HSV(B)332.82º95.9%95.69%-
XYZ40.5720.7118.38-
YUV92.05141.52236.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 65.95%
GREEN value IS 10 (4.30% from 255) = 2.70%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=65.95%
G=2.70%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441011600.960.520.04332.8292.1349.8
HexF4A7406034414d5c32
Octal36412164014064451513462
Binary1111010010101110100011000001101001001010011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40A74; }

 p { color: rgb(244,10,116); }

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

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

 a { background-color: rgb(244,10,116); }

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

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

 span { border-color: rgb(244,10,116); }

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