Shades of Deep Pink #F12487
Tints of Deep Pink #F12487
RGB
CMYK
RGB Variations
Color information
#F12487 (or 0xF12487) is known color: Deep Pink. HEX triplet: F1, 24 and 87. RGB value is (241,36,135). Sum of RGB (Red+Green+Blue) = 241+36+135=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F12487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12487 is #0EDB78. Grayscale: #6C6C6C. Windows color (decimal): -973689 or 8856817. OLE color: 8856817.
HSL color Cylindrical-coordinate representation of color #F12487: hue angle of 331.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12487 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 135 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.05 |
| HSL | 331.02º | 0.88% | 0.54% | - |
| HSV(B) | 331.02º | 0.85% | 0.95% | - |
| XYZ | 41.28 | 21.71 | 24.94 | - |
| YUV | 108.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 135 | 0 | 0.85 | 0.44 | 0.05 | 331.02 | 0.88 | 0.54 |
| Hex | F1 | 24 | 87 | 0 | 55 | 2C | 5 | 14B | 58 | 36 |
| Octal | 361 | 44 | 207 | 0 | 125 | 54 | 5 | 513 | 130 | 66 |
| Binary | 11110001 | 100100 | 10000111 | 0 | 1010101 | 101100 | 101 | 101001011 | 1011000 | 110110 |
Color Harmonies of #F12487
Complementary color
Monochromatic Colors of #F12487
Black with #F12487
Text Example
Text Example
White with #F12487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12487; }
p { color: rgb(241,36,135); }
H1.HeaderClassName
{
color: #F12487;
}
.AnyTagClassName
{
color: #F12487;
}
</style>
background-color css
<style>
a { background-color: #F12487; }
a { background-color: rgb(241,36,135); }
div.DivClassName
{
background-color: #F12487;
}
.BgClassName
{
background-color: #F12487;
}
</style>
border-color css
<style>
span { border-color: #F12487; }
span { border-color: rgb(241,36,135); }
td.TdClassName
{
border-color: #F12487;
}
.TagClassName
{
border-color: #F12487;
}
</style>