Shades of Deep Pink #F12387
Tints of Deep Pink #F12387
RGB
CMYK
RGB Variations
Color information
#F12387 (or 0xF12387) is known color: Deep Pink. HEX triplet: F1, 23 and 87. RGB value is (241,35,135). Sum of RGB (Red+Green+Blue) = 241+35+135=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F12387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12387 is #0EDC78. Grayscale: #6B6B6B. Windows color (decimal): -973945 or 8856561. OLE color: 8856561.
HSL color Cylindrical-coordinate representation of color #F12387: hue angle of 330.87º 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 #F12387 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 135 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.05 |
| HSL | 330.87º | 0.88% | 0.54% | - |
| HSV(B) | 330.87º | 0.85% | 0.95% | - |
| XYZ | 41.25 | 21.65 | 24.93 | - |
| YUV | 107.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 135 | 0 | 0.85 | 0.44 | 0.05 | 330.87 | 0.88 | 0.54 |
| Hex | F1 | 23 | 87 | 0 | 55 | 2C | 5 | 14B | 58 | 36 |
| Octal | 361 | 43 | 207 | 0 | 125 | 54 | 5 | 513 | 130 | 66 |
| Binary | 11110001 | 100011 | 10000111 | 0 | 1010101 | 101100 | 101 | 101001011 | 1011000 | 110110 |
Color Harmonies of #F12387
Complementary color
Monochromatic Colors of #F12387
Black with #F12387
Text Example
Text Example
White with #F12387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12387; }
p { color: rgb(241,35,135); }
H1.HeaderClassName
{
color: #F12387;
}
.AnyTagClassName
{
color: #F12387;
}
</style>
background-color css
<style>
a { background-color: #F12387; }
a { background-color: rgb(241,35,135); }
div.DivClassName
{
background-color: #F12387;
}
.BgClassName
{
background-color: #F12387;
}
</style>
border-color css
<style>
span { border-color: #F12387; }
span { border-color: rgb(241,35,135); }
td.TdClassName
{
border-color: #F12387;
}
.TagClassName
{
border-color: #F12387;
}
</style>