Shades of Deep Pink #F51978
Tints of Deep Pink #F51978
RGB
CMYK
RGB Variations
Color information
#F51978 (or 0xF51978) is known color: Deep Pink. HEX triplet: F5, 19 and 78. RGB value is (245,25,120). Sum of RGB (Red+Green+Blue) = 245+25+120=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F51978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51978 is #0AE687. Grayscale: #656565. Windows color (decimal): -714376 or 7870965. OLE color: 7870965.
HSL color Cylindrical-coordinate representation of color #F51978: hue angle of 334.09º 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 #F51978 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 120 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.04 |
| HSL | 334.09º | 0.92% | 0.53% | - |
| HSV(B) | 334.09º | 0.9% | 0.96% | - |
| XYZ | 41.39 | 21.46 | 19.73 | - |
| YUV | 101.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 120 | 0 | 0.90 | 0.51 | 0.04 | 334.09 | 0.92 | 0.53 |
| Hex | F5 | 19 | 78 | 0 | 5A | 33 | 4 | 14E | 5C | 35 |
| Octal | 365 | 31 | 170 | 0 | 132 | 63 | 4 | 516 | 134 | 65 |
| Binary | 11110101 | 11001 | 1111000 | 0 | 1011010 | 110011 | 100 | 101001110 | 1011100 | 110101 |
Color Harmonies of #F51978
Complementary color
Monochromatic Colors of #F51978
Black with #F51978
Text Example
Text Example
White with #F51978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51978; }
p { color: rgb(245,25,120); }
H1.HeaderClassName
{
color: #F51978;
}
.AnyTagClassName
{
color: #F51978;
}
</style>
background-color css
<style>
a { background-color: #F51978; }
a { background-color: rgb(245,25,120); }
div.DivClassName
{
background-color: #F51978;
}
.BgClassName
{
background-color: #F51978;
}
</style>
border-color css
<style>
span { border-color: #F51978; }
span { border-color: rgb(245,25,120); }
td.TdClassName
{
border-color: #F51978;
}
.TagClassName
{
border-color: #F51978;
}
</style>