Html Css Color HEX #F12879 Deep Cerise

📋 copy color: '#F12879'

red 241 ◦ green 40 ◦ blue 121

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

Shades of Deep Cerise #F12879

Tints of Deep Cerise #F12879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.95%

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

R = 59.95%
G = 9.95%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F12879 (or 0xF12879) is known color: Deep Cerise. HEX triplet: F1, 28 and 79. RGB value is (241,40,121). Sum of RGB (Red+Green+Blue) = 241+40+121=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F12879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12879 is #0ED786. Grayscale: #6D6D6D. Windows color (decimal): -972679 or 7940337. OLE color: 7940337.

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

Color convert

RGB 241 40 121 -
CMYK 0 0.83 0.50 0.05
HSL 335.82º 0.88% 0.55% -
HSV(B) 335.82º 0.83% 0.95% -
XYZ 40.49 21.6 20.12 -
YUV 109.33 134.59 221.91 -
System Red Green Blue C M Y K H S L
Decimal 241 40 121 0 0.83 0.50 0.05 335.82 0.88 0.55
Hex F1 28 79 0 53 32 5 150 58 37
Octal 361 50 171 0 123 62 5 520 130 67
Binary 11110001 101000 1111001 0 1010011 110010 101 101010000 1011000 110111

Color Harmonies of #F12879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12879

Black with #F12879

Text Example


Text Example

White with #F12879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12879; }

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

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

background-color css

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

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

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

border-color css

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

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

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