Html Css Color HEX #F12870 Cerise

📋 copy color: '#F12870'

red 241 ◦ green 40 ◦ blue 112

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

Shades of Cerise #F12870

Tints of Cerise #F12870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.18%

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

R = 61.32%
G = 10.18%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F12870 (or 0xF12870) is known color: Cerise. HEX triplet: F1, 28 and 70. RGB value is (241,40,112). Sum of RGB (Red+Green+Blue) = 241+40+112=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F12870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12870 is #0ED78F. Grayscale: #6C6C6C. Windows color (decimal): -972688 or 7350513. OLE color: 7350513.

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

Color convert

RGB 241 40 112 -
CMYK 0 0.83 0.54 0.05
HSL 338.51º 0.88% 0.55% -
HSV(B) 338.51º 0.83% 0.95% -
XYZ 39.96 21.39 17.35 -
YUV 108.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 241 40 112 0 0.83 0.54 0.05 338.51 0.88 0.55
Hex F1 28 70 0 53 36 5 153 58 37
Octal 361 50 160 0 123 66 5 523 130 67
Binary 11110001 101000 1110000 0 1010011 110110 101 101010011 1011000 110111

Color Harmonies of #F12870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12870

Black with #F12870

Text Example


Text Example

White with #F12870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12870; }

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

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

background-color css

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

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

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

border-color css

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

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

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