Html Css Color HEX #F12476 Cerise

📋 copy color: '#F12476'

red 241 ◦ green 36 ◦ blue 118

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

Shades of Cerise #F12476

Tints of Cerise #F12476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 61.01%
G = 9.11%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F12476 (or 0xF12476) is known color: Cerise. HEX triplet: F1, 24 and 76. RGB value is (241,36,118). Sum of RGB (Red+Green+Blue) = 241+36+118=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12476 is #0EDB89. Grayscale: #6A6A6A. Windows color (decimal): -973706 or 7742705. OLE color: 7742705.

HSL color Cylindrical-coordinate representation of color #F12476: hue angle of 336º 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 #F12476 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 118 -
CMYK 0 0.85 0.51 0.05
HSL 336º 0.88% 0.54% -
HSV(B) 336º 0.85% 0.95% -
XYZ 40.18 21.27 19.13 -
YUV 106.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 241 36 118 0 0.85 0.51 0.05 336 0.88 0.54
Hex F1 24 76 0 55 33 5 150 58 36
Octal 361 44 166 0 125 63 5 520 130 66
Binary 11110001 100100 1110110 0 1010101 110011 101 101010000 1011000 110110

Color Harmonies of #F12476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12476

Black with #F12476

Text Example


Text Example

White with #F12476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12476; }

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

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

background-color css

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

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

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

border-color css

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

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

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