Shades of Deep Pink #F50F88
Tints of Deep Pink #F50F88
RGB
CMYK
RGB Variations
Color information
#F50F88 (or 0xF50F88) is known color: Deep Pink. HEX triplet: F5, 0F and 88. RGB value is (245,15,136). Sum of RGB (Red+Green+Blue) = 245+15+136=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50F88 is #0AF077. Grayscale: #616161. Windows color (decimal): -716920 or 8916981. OLE color: 8916981.
HSL color Cylindrical-coordinate representation of color #F50F88: hue angle of 328.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F88 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 136 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.04 |
| HSL | 328.43º | 0.92% | 0.51% | - |
| HSV(B) | 328.43º | 0.94% | 0.96% | - |
| XYZ | 42.27 | 21.53 | 25.22 | - |
| YUV | 97.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 136 | 0 | 0.94 | 0.44 | 0.04 | 328.43 | 0.92 | 0.51 |
| Hex | F5 | F | 88 | 0 | 5E | 2C | 4 | 148 | 5C | 33 |
| Octal | 365 | 17 | 210 | 0 | 136 | 54 | 4 | 510 | 134 | 63 |
| Binary | 11110101 | 1111 | 10001000 | 0 | 1011110 | 101100 | 100 | 101001000 | 1011100 | 110011 |
Color Harmonies of #F50F88
Complementary color
Monochromatic Colors of #F50F88
Black with #F50F88
Text Example
Text Example
White with #F50F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F88; }
p { color: rgb(245,15,136); }
H1.HeaderClassName
{
color: #F50F88;
}
.AnyTagClassName
{
color: #F50F88;
}
</style>
background-color css
<style>
a { background-color: #F50F88; }
a { background-color: rgb(245,15,136); }
div.DivClassName
{
background-color: #F50F88;
}
.BgClassName
{
background-color: #F50F88;
}
</style>
border-color css
<style>
span { border-color: #F50F88; }
span { border-color: rgb(245,15,136); }
td.TdClassName
{
border-color: #F50F88;
}
.TagClassName
{
border-color: #F50F88;
}
</style>