Shades of Deep Pink #F50892
Tints of Deep Pink #F50892
RGB
CMYK
RGB Variations
Color information
#F50892 (or 0xF50892) is known color: Deep Pink. HEX triplet: F5, 08 and 92. RGB value is (245,8,146). Sum of RGB (Red+Green+Blue) = 245+8+146=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F50892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50892 is #0AF76D. Grayscale: #5E5E5E. Windows color (decimal): -718702 or 9570549. OLE color: 9570549.
HSL color Cylindrical-coordinate representation of color #F50892: hue angle of 325.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50892 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 146 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.04 |
| HSL | 325.06º | 0.94% | 0.5% | - |
| HSV(B) | 325.06º | 0.97% | 0.96% | - |
| XYZ | 42.93 | 21.66 | 29.11 | - |
| YUV | 94.6 | 157.02 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 146 | 0 | 0.97 | 0.40 | 0.04 | 325.06 | 0.94 | 0.5 |
| Hex | F5 | 8 | 92 | 0 | 61 | 28 | 4 | 145 | 5E | 32 |
| Octal | 365 | 10 | 222 | 0 | 141 | 50 | 4 | 505 | 136 | 62 |
| Binary | 11110101 | 1000 | 10010010 | 0 | 1100001 | 101000 | 100 | 101000101 | 1011110 | 110010 |
Color Harmonies of #F50892
Complementary color
Monochromatic Colors of #F50892
Black with #F50892
Text Example
Text Example
White with #F50892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50892; }
p { color: rgb(245,8,146); }
H1.HeaderClassName
{
color: #F50892;
}
.AnyTagClassName
{
color: #F50892;
}
</style>
background-color css
<style>
a { background-color: #F50892; }
a { background-color: rgb(245,8,146); }
div.DivClassName
{
background-color: #F50892;
}
.BgClassName
{
background-color: #F50892;
}
</style>
border-color css
<style>
span { border-color: #F50892; }
span { border-color: rgb(245,8,146); }
td.TdClassName
{
border-color: #F50892;
}
.TagClassName
{
border-color: #F50892;
}
</style>