#F12E70

Color #F12E70 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #F12E70

Tints of Cerise #F12E70

Color information

#F12E70 (or 0xF12E70) is unknown color: approx Cerise. HEX triplet: F1, 2E and 70. RGB value is (241,46,112). Sum of RGB (Red+Green+Blue) = 241+46+112=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12E70 is #0ED18F. Grayscale: #6F6F6F. Windows color (decimal): -971152 or 7352049. OLE color: 7352049.

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

Color convert

RGB24146112-
CMYK00.810.540.05
HSL339.69º87.44%56.27%-
HSV(B)339.69º80.91%94.51%-
XYZ40.1821.8217.42-
YUV111.83128.1220.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.40%
GREEN value IS 46 (18.36% from 255) = 11.53%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=60.40%
G=11.53%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414611200.810.540.05339.6987.4456.27
HexF12E700513651545738
Octal36156160012166552412770
Binary111100011011101110000010100011101101011010101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12E70; }

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

 H1.HeaderClassName
 {
   color: #F12E70;
 }
 .AnyTagClassName
 {
   color: #F12E70;
 }
</style>
background-color css

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

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

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

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

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

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