Shades of Deep Pink #F12087
Tints of Deep Pink #F12087
RGB
CMYK
RGB Variations
Color information
#F12087 (or 0xF12087) is known color: Deep Pink. HEX triplet: F1, 20 and 87. RGB value is (241,32,135). Sum of RGB (Red+Green+Blue) = 241+32+135=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F12087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12087 is #0EDF78. Grayscale: #6A6A6A. Windows color (decimal): -974713 or 8855793. OLE color: 8855793.
HSL color Cylindrical-coordinate representation of color #F12087: hue angle of 330.43º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12087 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 135 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.05 |
| HSL | 330.43º | 0.88% | 0.54% | - |
| HSV(B) | 330.43º | 0.87% | 0.95% | - |
| XYZ | 41.17 | 21.48 | 24.9 | - |
| YUV | 106.23 | 144.24 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 135 | 0 | 0.87 | 0.44 | 0.05 | 330.43 | 0.88 | 0.54 |
| Hex | F1 | 20 | 87 | 0 | 57 | 2C | 5 | 14A | 58 | 36 |
| Octal | 361 | 40 | 207 | 0 | 127 | 54 | 5 | 512 | 130 | 66 |
| Binary | 11110001 | 100000 | 10000111 | 0 | 1010111 | 101100 | 101 | 101001010 | 1011000 | 110110 |
Color Harmonies of #F12087
Complementary color
Monochromatic Colors of #F12087
Black with #F12087
Text Example
Text Example
White with #F12087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12087; }
p { color: rgb(241,32,135); }
H1.HeaderClassName
{
color: #F12087;
}
.AnyTagClassName
{
color: #F12087;
}
</style>
background-color css
<style>
a { background-color: #F12087; }
a { background-color: rgb(241,32,135); }
div.DivClassName
{
background-color: #F12087;
}
.BgClassName
{
background-color: #F12087;
}
</style>
border-color css
<style>
span { border-color: #F12087; }
span { border-color: rgb(241,32,135); }
td.TdClassName
{
border-color: #F12087;
}
.TagClassName
{
border-color: #F12087;
}
</style>