Shades of Deep Pink #F51888
Tints of Deep Pink #F51888
RGB
CMYK
RGB Variations
Color information
#F51888 (or 0xF51888) is known color: Deep Pink. HEX triplet: F5, 18 and 88. RGB value is (245,24,136). Sum of RGB (Red+Green+Blue) = 245+24+136=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F51888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51888 is #0AE777. Grayscale: #666666. Windows color (decimal): -714616 or 8919285. OLE color: 8919285.
HSL color Cylindrical-coordinate representation of color #F51888: hue angle of 329.59º 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 #F51888 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 136 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.04 |
| HSL | 329.59º | 0.92% | 0.53% | - |
| HSV(B) | 329.59º | 0.9% | 0.96% | - |
| XYZ | 42.43 | 21.84 | 25.27 | - |
| YUV | 102.85 | 146.72 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 136 | 0 | 0.90 | 0.44 | 0.04 | 329.59 | 0.92 | 0.53 |
| Hex | F5 | 18 | 88 | 0 | 5A | 2C | 4 | 14A | 5C | 35 |
| Octal | 365 | 30 | 210 | 0 | 132 | 54 | 4 | 512 | 134 | 65 |
| Binary | 11110101 | 11000 | 10001000 | 0 | 1011010 | 101100 | 100 | 101001010 | 1011100 | 110101 |
Color Harmonies of #F51888
Complementary color
Monochromatic Colors of #F51888
Black with #F51888
Text Example
Text Example
White with #F51888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51888; }
p { color: rgb(245,24,136); }
H1.HeaderClassName
{
color: #F51888;
}
.AnyTagClassName
{
color: #F51888;
}
</style>
background-color css
<style>
a { background-color: #F51888; }
a { background-color: rgb(245,24,136); }
div.DivClassName
{
background-color: #F51888;
}
.BgClassName
{
background-color: #F51888;
}
</style>
border-color css
<style>
span { border-color: #F51888; }
span { border-color: rgb(245,24,136); }
td.TdClassName
{
border-color: #F51888;
}
.TagClassName
{
border-color: #F51888;
}
</style>