Shades of Deep Pink #F51199
Tints of Deep Pink #F51199
RGB
CMYK
RGB Variations
Color information
#F51199 (or 0xF51199) is known color: Deep Pink. HEX triplet: F5, 11 and 99. RGB value is (245,17,153). Sum of RGB (Red+Green+Blue) = 245+17+153=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51199 is #0AEE66. Grayscale: #646464. Windows color (decimal): -716391 or 10031605. OLE color: 10031605.
HSL color Cylindrical-coordinate representation of color #F51199: hue angle of 324.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51199 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 153 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.04 |
| HSL | 324.21º | 0.92% | 0.51% | - |
| HSV(B) | 324.21º | 0.93% | 0.96% | - |
| XYZ | 43.61 | 22.11 | 32.11 | - |
| YUV | 100.68 | 157.54 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 153 | 0 | 0.93 | 0.38 | 0.04 | 324.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | 99 | 0 | 5D | 26 | 4 | 144 | 5C | 33 |
| Octal | 365 | 21 | 231 | 0 | 135 | 46 | 4 | 504 | 134 | 63 |
| Binary | 11110101 | 10001 | 10011001 | 0 | 1011101 | 100110 | 100 | 101000100 | 1011100 | 110011 |
Color Harmonies of #F51199
Complementary color
Monochromatic Colors of #F51199
Black with #F51199
Text Example
Text Example
White with #F51199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51199; }
p { color: rgb(245,17,153); }
H1.HeaderClassName
{
color: #F51199;
}
.AnyTagClassName
{
color: #F51199;
}
</style>
background-color css
<style>
a { background-color: #F51199; }
a { background-color: rgb(245,17,153); }
div.DivClassName
{
background-color: #F51199;
}
.BgClassName
{
background-color: #F51199;
}
</style>
border-color css
<style>
span { border-color: #F51199; }
span { border-color: rgb(245,17,153); }
td.TdClassName
{
border-color: #F51199;
}
.TagClassName
{
border-color: #F51199;
}
</style>