Shades of Deep Pink #F51599
Tints of Deep Pink #F51599
RGB
CMYK
RGB Variations
Color information
#F51599 (or 0xF51599) is known color: Deep Pink. HEX triplet: F5, 15 and 99. RGB value is (245,21,153). Sum of RGB (Red+Green+Blue) = 245+21+153=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F51599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51599 is #0AEA66. Grayscale: #666666. Windows color (decimal): -715367 or 10032629. OLE color: 10032629.
HSL color Cylindrical-coordinate representation of color #F51599: hue angle of 324.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51599 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 324.64º | 0.92% | 0.52% | - |
| HSV(B) | 324.64º | 0.91% | 0.96% | - |
| XYZ | 43.67 | 22.25 | 32.13 | - |
| YUV | 103.02 | 156.21 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 153 | 0 | 0.91 | 0.38 | 0.04 | 324.64 | 0.92 | 0.52 |
| Hex | F5 | 15 | 99 | 0 | 5B | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 25 | 231 | 0 | 133 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10101 | 10011001 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51599
Complementary color
Monochromatic Colors of #F51599
Black with #F51599
Text Example
Text Example
White with #F51599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51599; }
p { color: rgb(245,21,153); }
H1.HeaderClassName
{
color: #F51599;
}
.AnyTagClassName
{
color: #F51599;
}
</style>
background-color css
<style>
a { background-color: #F51599; }
a { background-color: rgb(245,21,153); }
div.DivClassName
{
background-color: #F51599;
}
.BgClassName
{
background-color: #F51599;
}
</style>
border-color css
<style>
span { border-color: #F51599; }
span { border-color: rgb(245,21,153); }
td.TdClassName
{
border-color: #F51599;
}
.TagClassName
{
border-color: #F51599;
}
</style>