Shades of Deep Pink #F51698
Tints of Deep Pink #F51698
RGB
CMYK
RGB Variations
Color information
#F51698 (or 0xF51698) is known color: Deep Pink. HEX triplet: F5, 16 and 98. RGB value is (245,22,152). Sum of RGB (Red+Green+Blue) = 245+22+152=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F51698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51698 is #0AE967. Grayscale: #676767. Windows color (decimal): -715112 or 9967349. OLE color: 9967349.
HSL color Cylindrical-coordinate representation of color #F51698: hue angle of 325.02º 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 #F51698 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 152 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 325.02º | 0.92% | 0.52% | - |
| HSV(B) | 325.02º | 0.91% | 0.96% | - |
| XYZ | 43.61 | 22.25 | 31.7 | - |
| YUV | 103.5 | 155.38 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 152 | 0 | 0.91 | 0.38 | 0.04 | 325.02 | 0.92 | 0.52 |
| Hex | F5 | 16 | 98 | 0 | 5B | 26 | 4 | 145 | 5C | 34 |
| Octal | 365 | 26 | 230 | 0 | 133 | 46 | 4 | 505 | 134 | 64 |
| Binary | 11110101 | 10110 | 10011000 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011100 | 110100 |
Color Harmonies of #F51698
Complementary color
Monochromatic Colors of #F51698
Black with #F51698
Text Example
Text Example
White with #F51698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51698; }
p { color: rgb(245,22,152); }
H1.HeaderClassName
{
color: #F51698;
}
.AnyTagClassName
{
color: #F51698;
}
</style>
background-color css
<style>
a { background-color: #F51698; }
a { background-color: rgb(245,22,152); }
div.DivClassName
{
background-color: #F51698;
}
.BgClassName
{
background-color: #F51698;
}
</style>
border-color css
<style>
span { border-color: #F51698; }
span { border-color: rgb(245,22,152); }
td.TdClassName
{
border-color: #F51698;
}
.TagClassName
{
border-color: #F51698;
}
</style>