Html Css Color HEX #F12277 Cerise

📋 copy color: '#F12277'

red 241 ◦ green 34 ◦ blue 119

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

Shades of Cerise #F12277

Tints of Cerise #F12277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 61.17%
G = 8.63%
B = 30.2%

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

#F12277 (or 0xF12277) is known color: Cerise. HEX triplet: F1, 22 and 77. RGB value is (241,34,119). Sum of RGB (Red+Green+Blue) = 241+34+119=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F12277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12277 is #0EDD88. Grayscale: #696969. Windows color (decimal): -974217 or 7807729. OLE color: 7807729.

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

Color convert

RGB 241 34 119 -
CMYK 0 0.86 0.51 0.05
HSL 335.36º 0.88% 0.54% -
HSV(B) 335.36º 0.86% 0.95% -
XYZ 40.18 21.18 19.42 -
YUV 105.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 241 34 119 0 0.86 0.51 0.05 335.36 0.88 0.54
Hex F1 22 77 0 56 33 5 14F 58 36
Octal 361 42 167 0 126 63 5 517 130 66
Binary 11110001 100010 1110111 0 1010110 110011 101 101001111 1011000 110110

Color Harmonies of #F12277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12277

Black with #F12277

Text Example


Text Example

White with #F12277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12277; }

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

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

background-color css

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

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

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

border-color css

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

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

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