Shades of Deep Pink #F50878
Tints of Deep Pink #F50878
RGB
CMYK
RGB Variations
Color information
#F50878 (or 0xF50878) is known color: Deep Pink. HEX triplet: F5, 08 and 78. RGB value is (245,8,120). Sum of RGB (Red+Green+Blue) = 245+8+120=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F50878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50878 is #0AF787. Grayscale: #5B5B5B. Windows color (decimal): -718728 or 7866613. OLE color: 7866613.
HSL color Cylindrical-coordinate representation of color #F50878: hue angle of 331.65º 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 #F50878 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.04 |
| HSL | 331.65º | 0.94% | 0.5% | - |
| HSV(B) | 331.65º | 0.97% | 0.96% | - |
| XYZ | 41.13 | 20.94 | 19.64 | - |
| YUV | 91.63 | 144.02 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 120 | 0 | 0.97 | 0.51 | 0.04 | 331.65 | 0.94 | 0.5 |
| Hex | F5 | 8 | 78 | 0 | 61 | 33 | 4 | 14C | 5E | 32 |
| Octal | 365 | 10 | 170 | 0 | 141 | 63 | 4 | 514 | 136 | 62 |
| Binary | 11110101 | 1000 | 1111000 | 0 | 1100001 | 110011 | 100 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F50878
Complementary color
Monochromatic Colors of #F50878
Black with #F50878
Text Example
Text Example
White with #F50878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50878; }
p { color: rgb(245,8,120); }
H1.HeaderClassName
{
color: #F50878;
}
.AnyTagClassName
{
color: #F50878;
}
</style>
background-color css
<style>
a { background-color: #F50878; }
a { background-color: rgb(245,8,120); }
div.DivClassName
{
background-color: #F50878;
}
.BgClassName
{
background-color: #F50878;
}
</style>
border-color css
<style>
span { border-color: #F50878; }
span { border-color: rgb(245,8,120); }
td.TdClassName
{
border-color: #F50878;
}
.TagClassName
{
border-color: #F50878;
}
</style>