Html Css Color HEX #F12577 Cerise

📋 copy color: '#F12577'

red 241 ◦ green 37 ◦ blue 119

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

Shades of Cerise #F12577

Tints of Cerise #F12577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

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

R = 60.71%
G = 9.32%
B = 29.97%

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

#F12577 (or 0xF12577) is known color: Cerise. HEX triplet: F1, 25 and 77. RGB value is (241,37,119). Sum of RGB (Red+Green+Blue) = 241+37+119=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F12577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12577 is #0EDA88. Grayscale: #6B6B6B. Windows color (decimal): -973449 or 7808497. OLE color: 7808497.

HSL color Cylindrical-coordinate representation of color #F12577: hue angle of 335.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12577 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 37 119 -
CMYK 0 0.85 0.51 0.05
HSL 335.88º 0.88% 0.55% -
HSV(B) 335.88º 0.85% 0.95% -
XYZ 40.27 21.36 19.45 -
YUV 107.34 134.59 223.33 -
System Red Green Blue C M Y K H S L
Decimal 241 37 119 0 0.85 0.51 0.05 335.88 0.88 0.55
Hex F1 25 77 0 55 33 5 150 58 37
Octal 361 45 167 0 125 63 5 520 130 67
Binary 11110001 100101 1110111 0 1010101 110011 101 101010000 1011000 110111

Color Harmonies of #F12577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12577

Black with #F12577

Text Example


Text Example

White with #F12577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12577; }

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

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

background-color css

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

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

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

border-color css

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

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

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