Html Css Color HEX #F12479 Deep Cerise

📋 copy color: '#F12479'

red 241 ◦ green 36 ◦ blue 121

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

Shades of Deep Cerise #F12479

Tints of Deep Cerise #F12479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.05%

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

R = 60.55%
G = 9.05%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F12479 (or 0xF12479) is known color: Deep Cerise. HEX triplet: F1, 24 and 79. RGB value is (241,36,121). Sum of RGB (Red+Green+Blue) = 241+36+121=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F12479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12479 is #0EDB86. Grayscale: #6A6A6A. Windows color (decimal): -973703 or 7939313. OLE color: 7939313.

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

Color convert

RGB 241 36 121 -
CMYK 0 0.85 0.50 0.05
HSL 335.12º 0.88% 0.54% -
HSV(B) 335.12º 0.85% 0.95% -
XYZ 40.36 21.34 20.08 -
YUV 106.99 135.92 223.59 -
System Red Green Blue C M Y K H S L
Decimal 241 36 121 0 0.85 0.50 0.05 335.12 0.88 0.54
Hex F1 24 79 0 55 32 5 14F 58 36
Octal 361 44 171 0 125 62 5 517 130 66
Binary 11110001 100100 1111001 0 1010101 110010 101 101001111 1011000 110110

Color Harmonies of #F12479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12479

Black with #F12479

Text Example


Text Example

White with #F12479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12479; }

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

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

background-color css

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

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

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

border-color css

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

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

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