#F12D7C

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

Shades of Deep Cerise #F12D7C

Tints of Deep Cerise #F12D7C

Color information

#F12D7C (or 0xF12D7C) is unknown color: approx Deep Cerise. HEX triplet: F1, 2D and 7C. RGB value is (241,45,124). Sum of RGB (Red+Green+Blue) = 241+45+124=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12D7C is #0ED283. Grayscale: #707070. Windows color (decimal): -971396 or 8138225. OLE color: 8138225.

HSL color Cylindrical-coordinate representation of color #F12D7C: hue angle of 335.82º degrees, saturation: 0.88, 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 #F12D7C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24145124-
CMYK00.810.490.05
HSL335.82º87.5%56.08%-
HSV(B)335.82º81.33%94.51%-
XYZ40.8522.0321.17-
YUV112.61134.43219.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=58.78%
G=10.98%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414512400.810.490.05335.8287.556.08
HexF12D7C0513151505838
Octal36155174012161552013070
Binary111100011011011111100010100011100011011010100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12D7C; }

 p { color: rgb(241,45,124); }

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

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

 a { background-color: rgb(241,45,124); }

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

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

 span { border-color: rgb(241,45,124); }

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