Html Css Color HEX #F12370 Cerise

📋 copy color: '#F12370'

red 241 ◦ green 35 ◦ blue 112

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

Shades of Cerise #F12370

Tints of Cerise #F12370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 62.11%
G = 9.02%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F12370 (or 0xF12370) is known color: Cerise. HEX triplet: F1, 23 and 70. RGB value is (241,35,112). Sum of RGB (Red+Green+Blue) = 241+35+112=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F12370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12370 is #0EDC8F. Grayscale: #696969. Windows color (decimal): -973968 or 7349233. OLE color: 7349233.

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

Color convert

RGB 241 35 112 -
CMYK 0 0.85 0.54 0.05
HSL 337.57º 0.88% 0.54% -
HSV(B) 337.57º 0.85% 0.95% -
XYZ 39.8 21.07 17.3 -
YUV 105.37 131.75 224.74 -
System Red Green Blue C M Y K H S L
Decimal 241 35 112 0 0.85 0.54 0.05 337.57 0.88 0.54
Hex F1 23 70 0 55 36 5 152 58 36
Octal 361 43 160 0 125 66 5 522 130 66
Binary 11110001 100011 1110000 0 1010101 110110 101 101010010 1011000 110110

Color Harmonies of #F12370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12370

Black with #F12370

Text Example


Text Example

White with #F12370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12370; }

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

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

background-color css

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

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

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

border-color css

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

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

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