Html Css Color HEX #F12276 Cerise

📋 copy color: '#F12276'

red 241 ◦ green 34 ◦ blue 118

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

Shades of Cerise #F12276

Tints of Cerise #F12276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.65%

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

R = 61.32%
G = 8.65%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F12276 (or 0xF12276) is known color: Cerise. HEX triplet: F1, 22 and 76. RGB value is (241,34,118). Sum of RGB (Red+Green+Blue) = 241+34+118=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12276 is #0EDD89. Grayscale: #696969. Windows color (decimal): -974218 or 7742193. OLE color: 7742193.

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

Color convert

RGB 241 34 118 -
CMYK 0 0.86 0.51 0.05
HSL 335.65º 0.88% 0.54% -
HSV(B) 335.65º 0.86% 0.95% -
XYZ 40.12 21.15 19.11 -
YUV 105.47 135.08 224.67 -
System Red Green Blue C M Y K H S L
Decimal 241 34 118 0 0.86 0.51 0.05 335.65 0.88 0.54
Hex F1 22 76 0 56 33 5 150 58 36
Octal 361 42 166 0 126 63 5 520 130 66
Binary 11110001 100010 1110110 0 1010110 110011 101 101010000 1011000 110110

Color Harmonies of #F12276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12276

Black with #F12276

Text Example


Text Example

White with #F12276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12276; }

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

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

background-color css

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

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

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

border-color css

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

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

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