Html Css Color HEX #F12B70 Cerise

📋 copy color: '#F12B70'

red 241 ◦ green 43 ◦ blue 112

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

Shades of Cerise #F12B70

Tints of Cerise #F12B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.86%

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

R = 60.86%
G = 10.86%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F12B70 (or 0xF12B70) is known color: Cerise. HEX triplet: F1, 2B and 70. RGB value is (241,43,112). Sum of RGB (Red+Green+Blue) = 241+43+112=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B70 is #0ED48F. Grayscale: #6D6D6D. Windows color (decimal): -971920 or 7351281. OLE color: 7351281.

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

Color convert

RGB 241 43 112 -
CMYK 0 0.82 0.54 0.05
HSL 339.09º 0.88% 0.56% -
HSV(B) 339.09º 0.82% 0.95% -
XYZ 40.06 21.6 17.39 -
YUV 110.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 241 43 112 0 0.82 0.54 0.05 339.09 0.88 0.56
Hex F1 2B 70 0 52 36 5 153 58 38
Octal 361 53 160 0 122 66 5 523 130 70
Binary 11110001 101011 1110000 0 1010010 110110 101 101010011 1011000 111000

Color Harmonies of #F12B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12B70

Black with #F12B70

Text Example


Text Example

White with #F12B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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