#F42579

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

Shades of Deep Cerise #F42579

Tints of Deep Cerise #F42579

Color information

#F42579 (or 0xF42579) is unknown color: approx Deep Cerise. HEX triplet: F4, 25 and 79. RGB value is (244,37,121). Sum of RGB (Red+Green+Blue) = 244+37+121=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F42579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42579 is #0BDA86. Grayscale: #6C6C6C. Windows color (decimal): -776839 or 7939572. OLE color: 7939572.

HSL color Cylindrical-coordinate representation of color #F42579: hue angle of 335.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42579 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB24437121-
CMYK00.850.500.04
HSL335.65º90.39%55.1%-
HSV(B)335.65º84.84%95.69%-
XYZ41.4221.9420.14-
YUV108.47135.08224.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.70%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=60.70%
G=9.20%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443712100.850.500.04335.6590.3955.1
HexF425790553241505a37
Octal36445171012562452013267
Binary111101001001011111001010101011100101001010100001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F42579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F42579; }

 p { color: rgb(244,37,121); }

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

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

 a { background-color: rgb(244,37,121); }

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

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

 span { border-color: rgb(244,37,121); }

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