Html Css Color HEX #F12F77 Cerise

📋 copy color: '#F12F77'

red 241 ◦ green 47 ◦ blue 119

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

Shades of Cerise #F12F77

Tints of Cerise #F12F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.55%

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

R = 59.21%
G = 11.55%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F12F77 (or 0xF12F77) is known color: Cerise. HEX triplet: F1, 2F and 77. RGB value is (241,47,119). Sum of RGB (Red+Green+Blue) = 241+47+119=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12F77 is #0ED088. Grayscale: #717171. Windows color (decimal): -970889 or 7811057. OLE color: 7811057.

HSL color Cylindrical-coordinate representation of color #F12F77: hue angle of 337.73º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F77 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 119 -
CMYK 0 0.80 0.51 0.05
HSL 337.73º 0.87% 0.56% -
HSV(B) 337.73º 0.8% 0.95% -
XYZ 40.62 22.07 19.57 -
YUV 113.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 241 47 119 0 0.80 0.51 0.05 337.73 0.87 0.56
Hex F1 2F 77 0 50 33 5 152 57 38
Octal 361 57 167 0 120 63 5 522 127 70
Binary 11110001 101111 1110111 0 1010000 110011 101 101010010 1010111 111000

Color Harmonies of #F12F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F77

Black with #F12F77

Text Example


Text Example

White with #F12F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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