Shades of Deep Pink #F50977
Tints of Deep Pink #F50977
RGB
CMYK
RGB Variations
Color information
#F50977 (or 0xF50977) is known color: Deep Pink. HEX triplet: F5, 09 and 77. RGB value is (245,9,119). Sum of RGB (Red+Green+Blue) = 245+9+119=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F50977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50977 is #0AF688. Grayscale: #5B5B5B. Windows color (decimal): -718473 or 7801333. OLE color: 7801333.
HSL color Cylindrical-coordinate representation of color #F50977: hue angle of 332.03º 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 #F50977 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.04 |
| HSL | 332.03º | 0.93% | 0.5% | - |
| HSV(B) | 332.03º | 0.96% | 0.96% | - |
| XYZ | 41.08 | 20.94 | 19.33 | - |
| YUV | 92.1 | 143.19 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 119 | 0 | 0.96 | 0.51 | 0.04 | 332.03 | 0.93 | 0.5 |
| Hex | F5 | 9 | 77 | 0 | 60 | 33 | 4 | 14C | 5D | 32 |
| Octal | 365 | 11 | 167 | 0 | 140 | 63 | 4 | 514 | 135 | 62 |
| Binary | 11110101 | 1001 | 1110111 | 0 | 1100000 | 110011 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F50977
Complementary color
Monochromatic Colors of #F50977
Black with #F50977
Text Example
Text Example
White with #F50977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50977; }
p { color: rgb(245,9,119); }
H1.HeaderClassName
{
color: #F50977;
}
.AnyTagClassName
{
color: #F50977;
}
</style>
background-color css
<style>
a { background-color: #F50977; }
a { background-color: rgb(245,9,119); }
div.DivClassName
{
background-color: #F50977;
}
.BgClassName
{
background-color: #F50977;
}
</style>
border-color css
<style>
span { border-color: #F50977; }
span { border-color: rgb(245,9,119); }
td.TdClassName
{
border-color: #F50977;
}
.TagClassName
{
border-color: #F50977;
}
</style>