#F12984

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

Shades of Deep Cerise #F12984

Tints of Deep Cerise #F12984

Color information

#F12984 (or 0xF12984) is unknown color: approx Deep Cerise. HEX triplet: F1, 29 and 84. RGB value is (241,41,132). Sum of RGB (Red+Green+Blue) = 241+41+132=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F12984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12984 is #0ED67B. Grayscale: #6F6F6F. Windows color (decimal): -972412 or 8661489. OLE color: 8661489.

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

Color convert

RGB24141132-
CMYK00.830.450.05
HSL332.7º87.72%55.29%-
HSV(B)332.7º82.99%94.51%-
XYZ41.2321.9523.89-
YUV111.17139.76220.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.21%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=58.21%
G=9.90%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414113200.830.450.05332.787.7255.29
HexF129840532D514d5837
Octal36151204012355551513067
Binary1111000110100110000100010100111011011011010011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12984; }

 p { color: rgb(241,41,132); }

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

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

 a { background-color: rgb(241,41,132); }

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

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

 span { border-color: rgb(241,41,132); }

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