Shades of Deep Pink #F51C99
Tints of Deep Pink #F51C99
RGB
CMYK
RGB Variations
Color information
#F51C99 (or 0xF51C99) is known color: Deep Pink. HEX triplet: F5, 1C and 99. RGB value is (245,28,153). Sum of RGB (Red+Green+Blue) = 245+28+153=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51C99 is #0AE366. Grayscale: #6A6A6A. Windows color (decimal): -713575 or 10034421. OLE color: 10034421.
HSL color Cylindrical-coordinate representation of color #F51C99: hue angle of 325.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C99 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 153 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.04 |
| HSL | 325.44º | 0.92% | 0.54% | - |
| HSV(B) | 325.44º | 0.89% | 0.96% | - |
| XYZ | 43.82 | 22.54 | 32.18 | - |
| YUV | 107.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 153 | 0 | 0.89 | 0.38 | 0.04 | 325.44 | 0.92 | 0.54 |
| Hex | F5 | 1C | 99 | 0 | 59 | 26 | 4 | 145 | 5C | 36 |
| Octal | 365 | 34 | 231 | 0 | 131 | 46 | 4 | 505 | 134 | 66 |
| Binary | 11110101 | 11100 | 10011001 | 0 | 1011001 | 100110 | 100 | 101000101 | 1011100 | 110110 |
Color Harmonies of #F51C99
Complementary color
Monochromatic Colors of #F51C99
Black with #F51C99
Text Example
Text Example
White with #F51C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C99; }
p { color: rgb(245,28,153); }
H1.HeaderClassName
{
color: #F51C99;
}
.AnyTagClassName
{
color: #F51C99;
}
</style>
background-color css
<style>
a { background-color: #F51C99; }
a { background-color: rgb(245,28,153); }
div.DivClassName
{
background-color: #F51C99;
}
.BgClassName
{
background-color: #F51C99;
}
</style>
border-color css
<style>
span { border-color: #F51C99; }
span { border-color: rgb(245,28,153); }
td.TdClassName
{
border-color: #F51C99;
}
.TagClassName
{
border-color: #F51C99;
}
</style>