Shades of Deep Pink #F51992
Tints of Deep Pink #F51992
RGB
CMYK
RGB Variations
Color information
#F51992 (or 0xF51992) is known color: Deep Pink. HEX triplet: F5, 19 and 92. RGB value is (245,25,146). Sum of RGB (Red+Green+Blue) = 245+25+146=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F51992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51992 is #0AE66D. Grayscale: #686868. Windows color (decimal): -714350 or 9574901. OLE color: 9574901.
HSL color Cylindrical-coordinate representation of color #F51992: hue angle of 327º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51992 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 146 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.04 |
| HSL | 327º | 0.92% | 0.53% | - |
| HSV(B) | 327º | 0.9% | 0.96% | - |
| XYZ | 43.19 | 22.18 | 29.2 | - |
| YUV | 104.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 146 | 0 | 0.90 | 0.40 | 0.04 | 327 | 0.92 | 0.53 |
| Hex | F5 | 19 | 92 | 0 | 5A | 28 | 4 | 147 | 5C | 35 |
| Octal | 365 | 31 | 222 | 0 | 132 | 50 | 4 | 507 | 134 | 65 |
| Binary | 11110101 | 11001 | 10010010 | 0 | 1011010 | 101000 | 100 | 101000111 | 1011100 | 110101 |
Color Harmonies of #F51992
Complementary color
Monochromatic Colors of #F51992
Black with #F51992
Text Example
Text Example
White with #F51992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51992; }
p { color: rgb(245,25,146); }
H1.HeaderClassName
{
color: #F51992;
}
.AnyTagClassName
{
color: #F51992;
}
</style>
background-color css
<style>
a { background-color: #F51992; }
a { background-color: rgb(245,25,146); }
div.DivClassName
{
background-color: #F51992;
}
.BgClassName
{
background-color: #F51992;
}
</style>
border-color css
<style>
span { border-color: #F51992; }
span { border-color: rgb(245,25,146); }
td.TdClassName
{
border-color: #F51992;
}
.TagClassName
{
border-color: #F51992;
}
</style>