#F40970

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

Shades of Razzmatazz #F40970

Tints of Razzmatazz #F40970

Color information

#F40970 (or 0xF40970) is unknown color: approx Razzmatazz. HEX triplet: F4, 09 and 70. RGB value is (244,9,112). Sum of RGB (Red+Green+Blue) = 244+9+112=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F40970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40970 is #0BF68F. Grayscale: #5A5A5A. Windows color (decimal): -784016 or 7342580. OLE color: 7342580.

HSL color Cylindrical-coordinate representation of color #F40970: hue angle of 333.7º degrees, saturation: 0.93, 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 #F40970 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB2449112-
CMYK00.960.540.04
HSL333.7º92.89%49.61%-
HSV(B)333.7º96.31%95.69%-
XYZ40.3320.617.18-
YUV91.01139.86237.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 66.85%
GREEN value IS 9 (3.91% from 255) = 2.47%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=66.85%
G=2.47%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244911200.960.540.04333.792.8949.61
HexF497006036414e5d32
Octal36411160014066451613562
Binary1111010010011110000011000001101101001010011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40970; }

 p { color: rgb(244,9,112); }

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

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

 a { background-color: rgb(244,9,112); }

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

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

 span { border-color: rgb(244,9,112); }

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