Shades of Deep Pink #F12588
Tints of Deep Pink #F12588
RGB
CMYK
RGB Variations
Color information
#F12588 (or 0xF12588) is known color: Deep Pink. HEX triplet: F1, 25 and 88. RGB value is (241,37,136). Sum of RGB (Red+Green+Blue) = 241+37+136=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F12588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12588 is #0EDA77. Grayscale: #6D6D6D. Windows color (decimal): -973432 or 8922609. OLE color: 8922609.
HSL color Cylindrical-coordinate representation of color #F12588: hue angle of 330.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12588 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 136 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.05 |
| HSL | 330.88º | 0.88% | 0.55% | - |
| HSV(B) | 330.88º | 0.85% | 0.95% | - |
| XYZ | 41.38 | 21.8 | 25.32 | - |
| YUV | 109.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 136 | 0 | 0.85 | 0.44 | 0.05 | 330.88 | 0.88 | 0.55 |
| Hex | F1 | 25 | 88 | 0 | 55 | 2C | 5 | 14B | 58 | 37 |
| Octal | 361 | 45 | 210 | 0 | 125 | 54 | 5 | 513 | 130 | 67 |
| Binary | 11110001 | 100101 | 10001000 | 0 | 1010101 | 101100 | 101 | 101001011 | 1011000 | 110111 |
Color Harmonies of #F12588
Complementary color
Monochromatic Colors of #F12588
Black with #F12588
Text Example
Text Example
White with #F12588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12588; }
p { color: rgb(241,37,136); }
H1.HeaderClassName
{
color: #F12588;
}
.AnyTagClassName
{
color: #F12588;
}
</style>
background-color css
<style>
a { background-color: #F12588; }
a { background-color: rgb(241,37,136); }
div.DivClassName
{
background-color: #F12588;
}
.BgClassName
{
background-color: #F12588;
}
</style>
border-color css
<style>
span { border-color: #F12588; }
span { border-color: rgb(241,37,136); }
td.TdClassName
{
border-color: #F12588;
}
.TagClassName
{
border-color: #F12588;
}
</style>