Html Css Color HEX #F12377 Cerise

📋 copy color: '#F12377'

red 241 ◦ green 35 ◦ blue 119

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

Shades of Cerise #F12377

Tints of Cerise #F12377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

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

R = 61.01%
G = 8.86%
B = 30.13%

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

#F12377 (or 0xF12377) is known color: Cerise. HEX triplet: F1, 23 and 77. RGB value is (241,35,119). Sum of RGB (Red+Green+Blue) = 241+35+119=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F12377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12377 is #0EDC88. Grayscale: #6A6A6A. Windows color (decimal): -973961 or 7807985. OLE color: 7807985.

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

Color convert

RGB 241 35 119 -
CMYK 0 0.85 0.51 0.05
HSL 335.53º 0.88% 0.54% -
HSV(B) 335.53º 0.85% 0.95% -
XYZ 40.21 21.23 19.43 -
YUV 106.17 135.25 224.17 -
System Red Green Blue C M Y K H S L
Decimal 241 35 119 0 0.85 0.51 0.05 335.53 0.88 0.54
Hex F1 23 77 0 55 33 5 150 58 36
Octal 361 43 167 0 125 63 5 520 130 66
Binary 11110001 100011 1110111 0 1010101 110011 101 101010000 1011000 110110

Color Harmonies of #F12377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12377

Black with #F12377

Text Example


Text Example

White with #F12377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12377; }

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

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

background-color css

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

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

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

border-color css

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

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

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