Html Css Color HEX #F12179 Deep Cerise

📋 copy color: '#F12179'

red 241 ◦ green 33 ◦ blue 121

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

Shades of Deep Cerise #F12179

Tints of Deep Cerise #F12179

RGB

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

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

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

R = 61.01%
G = 8.35%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F12179 (or 0xF12179) is known color: Deep Cerise. HEX triplet: F1, 21 and 79. RGB value is (241,33,121). Sum of RGB (Red+Green+Blue) = 241+33+121=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12179 is #0EDE86. Grayscale: #696969. Windows color (decimal): -974471 or 7938545. OLE color: 7938545.

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

Color convert

RGB 241 33 121 -
CMYK 0 0.86 0.50 0.05
HSL 334.62º 0.88% 0.54% -
HSV(B) 334.62º 0.86% 0.95% -
XYZ 40.27 21.17 20.05 -
YUV 105.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 241 33 121 0 0.86 0.50 0.05 334.62 0.88 0.54
Hex F1 21 79 0 56 32 5 14F 58 36
Octal 361 41 171 0 126 62 5 517 130 66
Binary 11110001 100001 1111001 0 1010110 110010 101 101001111 1011000 110110

Color Harmonies of #F12179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12179

Black with #F12179

Text Example


Text Example

White with #F12179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12179; }

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

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

background-color css

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

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

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

border-color css

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

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

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