Shades of Deep Pink #F50992
Tints of Deep Pink #F50992
RGB
CMYK
RGB Variations
Color information
#F50992 (or 0xF50992) is known color: Deep Pink. HEX triplet: F5, 09 and 92. RGB value is (245,9,146). Sum of RGB (Red+Green+Blue) = 245+9+146=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F50992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50992 is #0AF66D. Grayscale: #5E5E5E. Windows color (decimal): -718446 or 9570805. OLE color: 9570805.
HSL color Cylindrical-coordinate representation of color #F50992: hue angle of 325.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50992 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.04 |
| HSL | 325.17º | 0.93% | 0.5% | - |
| HSV(B) | 325.17º | 0.96% | 0.96% | - |
| XYZ | 42.94 | 21.68 | 29.12 | - |
| YUV | 95.18 | 156.69 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 146 | 0 | 0.96 | 0.40 | 0.04 | 325.17 | 0.93 | 0.5 |
| Hex | F5 | 9 | 92 | 0 | 60 | 28 | 4 | 145 | 5D | 32 |
| Octal | 365 | 11 | 222 | 0 | 140 | 50 | 4 | 505 | 135 | 62 |
| Binary | 11110101 | 1001 | 10010010 | 0 | 1100000 | 101000 | 100 | 101000101 | 1011101 | 110010 |
Color Harmonies of #F50992
Complementary color
Monochromatic Colors of #F50992
Black with #F50992
Text Example
Text Example
White with #F50992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50992; }
p { color: rgb(245,9,146); }
H1.HeaderClassName
{
color: #F50992;
}
.AnyTagClassName
{
color: #F50992;
}
</style>
background-color css
<style>
a { background-color: #F50992; }
a { background-color: rgb(245,9,146); }
div.DivClassName
{
background-color: #F50992;
}
.BgClassName
{
background-color: #F50992;
}
</style>
border-color css
<style>
span { border-color: #F50992; }
span { border-color: rgb(245,9,146); }
td.TdClassName
{
border-color: #F50992;
}
.TagClassName
{
border-color: #F50992;
}
</style>