Html Css Color HEX #F02179 Deep Cerise

📋 copy color: '#F02179'

red 240 ◦ green 33 ◦ blue 121

#F02179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #F02179

Tints of Deep Cerise #F02179

RGB

 RED value IS 240 (94.14% from 255) = 60.91%

 GREEN value IS 33 (13.28% from 255) = 8.38%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 60.91%
G = 8.38%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F02179 (or 0xF02179) is known color: Deep Cerise. HEX triplet: F0, 21 and 79. RGB value is (240,33,121). Sum of RGB (Red+Green+Blue) = 240+33+121=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F02179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02179 is #0FDE86. Grayscale: #686868. Windows color (decimal): -1040007 or 7938544. OLE color: 7938544.

HSL color Cylindrical-coordinate representation of color #F02179: hue angle of 334.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02179 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 121 -
CMYK 0 0.86 0.50 0.06
HSL 334.49º 0.87% 0.54% -
HSV(B) 334.49º 0.86% 0.94% -
XYZ 39.93 20.99 20.04 -
YUV 104.93 137.08 224.34 -
System Red Green Blue C M Y K H S L
Decimal 240 33 121 0 0.86 0.50 0.06 334.49 0.87 0.54
Hex F0 21 79 0 56 32 6 14E 57 36
Octal 360 41 171 0 126 62 6 516 127 66
Binary 11110000 100001 1111001 0 1010110 110010 110 101001110 1010111 110110

Color Harmonies of #F02179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02179

Black with #F02179

Text Example


Text Example

White with #F02179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02179; }

 p { color: rgb(240,33,121); }

 H1.HeaderClassName
 {
   color: #F02179;
 }
 .AnyTagClassName
 {
   color: #F02179;
 }
</style>

background-color css

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

 a { background-color: rgb(240,33,121); }

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

border-color css

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

 span { border-color: rgb(240,33,121); }

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