Shades of Deep Pink #F51699
Tints of Deep Pink #F51699
RGB
CMYK
RGB Variations
Color information
#F51699 (or 0xF51699) is known color: Deep Pink. HEX triplet: F5, 16 and 99. RGB value is (245,22,153). Sum of RGB (Red+Green+Blue) = 245+22+153=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F51699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51699 is #0AE966. Grayscale: #676767. Windows color (decimal): -715111 or 10032885. OLE color: 10032885.
HSL color Cylindrical-coordinate representation of color #F51699: hue angle of 324.75º 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 #F51699 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 324.75º | 0.92% | 0.52% | - |
| HSV(B) | 324.75º | 0.91% | 0.96% | - |
| XYZ | 43.69 | 22.29 | 32.14 | - |
| YUV | 103.61 | 155.88 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 153 | 0 | 0.91 | 0.38 | 0.04 | 324.75 | 0.92 | 0.52 |
| Hex | F5 | 16 | 99 | 0 | 5B | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 26 | 231 | 0 | 133 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10110 | 10011001 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51699
Complementary color
Monochromatic Colors of #F51699
Black with #F51699
Text Example
Text Example
White with #F51699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51699; }
p { color: rgb(245,22,153); }
H1.HeaderClassName
{
color: #F51699;
}
.AnyTagClassName
{
color: #F51699;
}
</style>
background-color css
<style>
a { background-color: #F51699; }
a { background-color: rgb(245,22,153); }
div.DivClassName
{
background-color: #F51699;
}
.BgClassName
{
background-color: #F51699;
}
</style>
border-color css
<style>
span { border-color: #F51699; }
span { border-color: rgb(245,22,153); }
td.TdClassName
{
border-color: #F51699;
}
.TagClassName
{
border-color: #F51699;
}
</style>