Shades of Deep Pink #F50978
Tints of Deep Pink #F50978
RGB
CMYK
RGB Variations
Color information
#F50978 (or 0xF50978) is known color: Deep Pink. HEX triplet: F5, 09 and 78. RGB value is (245,9,120). Sum of RGB (Red+Green+Blue) = 245+9+120=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50978 is #0AF687. Grayscale: #5C5C5C. Windows color (decimal): -718472 or 7866869. OLE color: 7866869.
HSL color Cylindrical-coordinate representation of color #F50978: hue angle of 331.78º 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 #F50978 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.04 |
| HSL | 331.78º | 0.93% | 0.5% | - |
| HSV(B) | 331.78º | 0.96% | 0.96% | - |
| XYZ | 41.14 | 20.96 | 19.65 | - |
| YUV | 92.22 | 143.69 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 120 | 0 | 0.96 | 0.51 | 0.04 | 331.78 | 0.93 | 0.5 |
| Hex | F5 | 9 | 78 | 0 | 60 | 33 | 4 | 14C | 5D | 32 |
| Octal | 365 | 11 | 170 | 0 | 140 | 63 | 4 | 514 | 135 | 62 |
| Binary | 11110101 | 1001 | 1111000 | 0 | 1100000 | 110011 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F50978
Complementary color
Monochromatic Colors of #F50978
Black with #F50978
Text Example
Text Example
White with #F50978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50978; }
p { color: rgb(245,9,120); }
H1.HeaderClassName
{
color: #F50978;
}
.AnyTagClassName
{
color: #F50978;
}
</style>
background-color css
<style>
a { background-color: #F50978; }
a { background-color: rgb(245,9,120); }
div.DivClassName
{
background-color: #F50978;
}
.BgClassName
{
background-color: #F50978;
}
</style>
border-color css
<style>
span { border-color: #F50978; }
span { border-color: rgb(245,9,120); }
td.TdClassName
{
border-color: #F50978;
}
.TagClassName
{
border-color: #F50978;
}
</style>