Shades of Deep Pink #F50188
Tints of Deep Pink #F50188
RGB
CMYK
RGB Variations
Color information
#F50188 (or 0xF50188) is known color: Deep Pink. HEX triplet: F5, 01 and 88. RGB value is (245,1,136). Sum of RGB (Red+Green+Blue) = 245+1+136=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F50188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50188 is #0AFE77. Grayscale: #595959. Windows color (decimal): -720504 or 8913397. OLE color: 8913397.
HSL color Cylindrical-coordinate representation of color #F50188: hue angle of 326.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50188 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.04 |
| HSL | 326.8º | 0.99% | 0.48% | - |
| HSV(B) | 326.8º | 1% | 0.96% | - |
| XYZ | 42.11 | 21.21 | 25.17 | - |
| YUV | 89.35 | 154.34 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 136 | 0 | 1.00 | 0.44 | 0.04 | 326.8 | 0.99 | 0.48 |
| Hex | F5 | 1 | 88 | 0 | 64 | 2C | 4 | 147 | 63 | 30 |
| Octal | 365 | 1 | 210 | 0 | 144 | 54 | 4 | 507 | 143 | 60 |
| Binary | 11110101 | 1 | 10001000 | 0 | 1100100 | 101100 | 100 | 101000111 | 1100011 | 110000 |
Color Harmonies of #F50188
Complementary color
Monochromatic Colors of #F50188
Black with #F50188
Text Example
Text Example
White with #F50188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50188; }
p { color: rgb(245,1,136); }
H1.HeaderClassName
{
color: #F50188;
}
.AnyTagClassName
{
color: #F50188;
}
</style>
background-color css
<style>
a { background-color: #F50188; }
a { background-color: rgb(245,1,136); }
div.DivClassName
{
background-color: #F50188;
}
.BgClassName
{
background-color: #F50188;
}
</style>
border-color css
<style>
span { border-color: #F50188; }
span { border-color: rgb(245,1,136); }
td.TdClassName
{
border-color: #F50188;
}
.TagClassName
{
border-color: #F50188;
}
</style>