Html Css Color HEX #F12C79 Deep Cerise

📋 copy color: '#F12C79'

red 241 ◦ green 44 ◦ blue 121

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

Shades of Deep Cerise #F12C79

Tints of Deep Cerise #F12C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

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

R = 59.36%
G = 10.84%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F12C79 (or 0xF12C79) is known color: Deep Cerise. HEX triplet: F1, 2C and 79. RGB value is (241,44,121). Sum of RGB (Red+Green+Blue) = 241+44+121=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12C79 is #0ED386. Grayscale: #6F6F6F. Windows color (decimal): -971655 or 7941361. OLE color: 7941361.

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

Color convert

RGB 241 44 121 -
CMYK 0 0.82 0.50 0.05
HSL 336.55º 0.88% 0.56% -
HSV(B) 336.55º 0.82% 0.95% -
XYZ 40.63 21.88 20.17 -
YUV 111.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 241 44 121 0 0.82 0.50 0.05 336.55 0.88 0.56
Hex F1 2C 79 0 52 32 5 151 58 38
Octal 361 54 171 0 122 62 5 521 130 70
Binary 11110001 101100 1111001 0 1010010 110010 101 101010001 1011000 111000

Color Harmonies of #F12C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12C79

Black with #F12C79

Text Example


Text Example

White with #F12C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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