Shades of Deep Pink #F51499
Tints of Deep Pink #F51499
RGB
CMYK
RGB Variations
Color information
#F51499 (or 0xF51499) is known color: Deep Pink. HEX triplet: F5, 14 and 99. RGB value is (245,20,153). Sum of RGB (Red+Green+Blue) = 245+20+153=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F51499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51499 is #0AEB66. Grayscale: #666666. Windows color (decimal): -715623 or 10032373. OLE color: 10032373.
HSL color Cylindrical-coordinate representation of color #F51499: hue angle of 324.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51499 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 153 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.04 |
| HSL | 324.53º | 0.92% | 0.52% | - |
| HSV(B) | 324.53º | 0.92% | 0.96% | - |
| XYZ | 43.66 | 22.21 | 32.12 | - |
| YUV | 102.44 | 156.54 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 153 | 0 | 0.92 | 0.38 | 0.04 | 324.53 | 0.92 | 0.52 |
| Hex | F5 | 14 | 99 | 0 | 5C | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 24 | 231 | 0 | 134 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10100 | 10011001 | 0 | 1011100 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51499
Complementary color
Monochromatic Colors of #F51499
Black with #F51499
Text Example
Text Example
White with #F51499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51499; }
p { color: rgb(245,20,153); }
H1.HeaderClassName
{
color: #F51499;
}
.AnyTagClassName
{
color: #F51499;
}
</style>
background-color css
<style>
a { background-color: #F51499; }
a { background-color: rgb(245,20,153); }
div.DivClassName
{
background-color: #F51499;
}
.BgClassName
{
background-color: #F51499;
}
</style>
border-color css
<style>
span { border-color: #F51499; }
span { border-color: rgb(245,20,153); }
td.TdClassName
{
border-color: #F51499;
}
.TagClassName
{
border-color: #F51499;
}
</style>