#F12D83

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

Shades of Deep Cerise #F12D83

Tints of Deep Cerise #F12D83

Color information

#F12D83 (or 0xF12D83) is unknown color: approx Deep Cerise. HEX triplet: F1, 2D and 83. RGB value is (241,45,131). Sum of RGB (Red+Green+Blue) = 241+45+131=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12D83 is #0ED27C. Grayscale: #717171. Windows color (decimal): -971389 or 8596977. OLE color: 8596977.

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

Color convert

RGB24145131-
CMYK00.810.460.05
HSL333.67º87.5%56.08%-
HSV(B)333.67º81.33%94.51%-
XYZ41.3122.2223.58-
YUV113.41137.93219.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 45 (17.97% from 255) = 10.79%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=57.79%
G=10.79%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414513100.810.460.05333.6787.556.08
HexF12D830512E514e5838
Octal36155203012156551613070
Binary1111000110110110000011010100011011101011010011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12D83; }

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

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

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

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

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

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

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

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