Shades of Deep Pink #F51799
Tints of Deep Pink #F51799
RGB
CMYK
RGB Variations
Color information
#F51799 (or 0xF51799) is known color: Deep Pink. HEX triplet: F5, 17 and 99. RGB value is (245,23,153). Sum of RGB (Red+Green+Blue) = 245+23+153=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F51799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51799 is #0AE866. Grayscale: #676767. Windows color (decimal): -714855 or 10033141. OLE color: 10033141.
HSL color Cylindrical-coordinate representation of color #F51799: hue angle of 324.86º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51799 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 153 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 324.86º | 0.92% | 0.53% | - |
| HSV(B) | 324.86º | 0.91% | 0.96% | - |
| XYZ | 43.71 | 22.33 | 32.14 | - |
| YUV | 104.2 | 155.55 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 153 | 0 | 0.91 | 0.38 | 0.04 | 324.86 | 0.92 | 0.53 |
| Hex | F5 | 17 | 99 | 0 | 5B | 26 | 4 | 145 | 5C | 35 |
| Octal | 365 | 27 | 231 | 0 | 133 | 46 | 4 | 505 | 134 | 65 |
| Binary | 11110101 | 10111 | 10011001 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011100 | 110101 |
Color Harmonies of #F51799
Complementary color
Monochromatic Colors of #F51799
Black with #F51799
Text Example
Text Example
White with #F51799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51799; }
p { color: rgb(245,23,153); }
H1.HeaderClassName
{
color: #F51799;
}
.AnyTagClassName
{
color: #F51799;
}
</style>
background-color css
<style>
a { background-color: #F51799; }
a { background-color: rgb(245,23,153); }
div.DivClassName
{
background-color: #F51799;
}
.BgClassName
{
background-color: #F51799;
}
</style>
border-color css
<style>
span { border-color: #F51799; }
span { border-color: rgb(245,23,153); }
td.TdClassName
{
border-color: #F51799;
}
.TagClassName
{
border-color: #F51799;
}
</style>