Html Css Color HEX #F12079 Deep Cerise

📋 copy color: '#F12079'

red 241 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #F12079

Tints of Deep Cerise #F12079

RGB

 RED value IS 241 (94.53% from 255) = 61.17%

 GREEN value IS 32 (12.89% from 255) = 8.12%

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

R = 61.17%
G = 8.12%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F12079 (or 0xF12079) is known color: Deep Cerise. HEX triplet: F1, 20 and 79. RGB value is (241,32,121). Sum of RGB (Red+Green+Blue) = 241+32+121=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F12079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12079 is #0EDF86. Grayscale: #686868. Windows color (decimal): -974727 or 7938289. OLE color: 7938289.

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

Color convert

RGB 241 32 121 -
CMYK 0 0.87 0.50 0.05
HSL 334.45º 0.88% 0.54% -
HSV(B) 334.45º 0.87% 0.95% -
XYZ 40.24 21.11 20.04 -
YUV 104.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 241 32 121 0 0.87 0.50 0.05 334.45 0.88 0.54
Hex F1 20 79 0 57 32 5 14E 58 36
Octal 361 40 171 0 127 62 5 516 130 66
Binary 11110001 100000 1111001 0 1010111 110010 101 101001110 1011000 110110

Color Harmonies of #F12079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12079

Black with #F12079

Text Example


Text Example

White with #F12079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12079; }

 p { color: rgb(241,32,121); }

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

background-color css

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

 a { background-color: rgb(241,32,121); }

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

border-color css

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

 span { border-color: rgb(241,32,121); }

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