Shades of Deep Pink #F50788
Tints of Deep Pink #F50788
RGB
CMYK
RGB Variations
Color information
#F50788 (or 0xF50788) is known color: Deep Pink. HEX triplet: F5, 07 and 88. RGB value is (245,7,136). Sum of RGB (Red+Green+Blue) = 245+7+136=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F50788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50788 is #0AF877. Grayscale: #5C5C5C. Windows color (decimal): -718968 or 8914933. OLE color: 8914933.
HSL color Cylindrical-coordinate representation of color #F50788: hue angle of 327.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50788 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.04 |
| HSL | 327.48º | 0.94% | 0.49% | - |
| HSV(B) | 327.48º | 0.97% | 0.96% | - |
| XYZ | 42.18 | 21.34 | 25.19 | - |
| YUV | 92.87 | 152.35 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 136 | 0 | 0.97 | 0.44 | 0.04 | 327.48 | 0.94 | 0.49 |
| Hex | F5 | 7 | 88 | 0 | 61 | 2C | 4 | 147 | 5E | 31 |
| Octal | 365 | 7 | 210 | 0 | 141 | 54 | 4 | 507 | 136 | 61 |
| Binary | 11110101 | 111 | 10001000 | 0 | 1100001 | 101100 | 100 | 101000111 | 1011110 | 110001 |
Color Harmonies of #F50788
Complementary color
Monochromatic Colors of #F50788
Black with #F50788
Text Example
Text Example
White with #F50788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50788; }
p { color: rgb(245,7,136); }
H1.HeaderClassName
{
color: #F50788;
}
.AnyTagClassName
{
color: #F50788;
}
</style>
background-color css
<style>
a { background-color: #F50788; }
a { background-color: rgb(245,7,136); }
div.DivClassName
{
background-color: #F50788;
}
.BgClassName
{
background-color: #F50788;
}
</style>
border-color css
<style>
span { border-color: #F50788; }
span { border-color: rgb(245,7,136); }
td.TdClassName
{
border-color: #F50788;
}
.TagClassName
{
border-color: #F50788;
}
</style>