Shades of Deep Pink #F51488
Tints of Deep Pink #F51488
RGB
CMYK
RGB Variations
Color information
#F51488 (or 0xF51488) is known color: Deep Pink. HEX triplet: F5, 14 and 88. RGB value is (245,20,136). Sum of RGB (Red+Green+Blue) = 245+20+136=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F51488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51488 is #0AEB77. Grayscale: #646464. Windows color (decimal): -715640 or 8918261. OLE color: 8918261.
HSL color Cylindrical-coordinate representation of color #F51488: hue angle of 329.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51488 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 136 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.04 |
| HSL | 329.07º | 0.92% | 0.52% | - |
| HSV(B) | 329.07º | 0.92% | 0.96% | - |
| XYZ | 42.35 | 21.69 | 25.25 | - |
| YUV | 100.5 | 148.04 | 231.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 136 | 0 | 0.92 | 0.44 | 0.04 | 329.07 | 0.92 | 0.52 |
| Hex | F5 | 14 | 88 | 0 | 5C | 2C | 4 | 149 | 5C | 34 |
| Octal | 365 | 24 | 210 | 0 | 134 | 54 | 4 | 511 | 134 | 64 |
| Binary | 11110101 | 10100 | 10001000 | 0 | 1011100 | 101100 | 100 | 101001001 | 1011100 | 110100 |
Color Harmonies of #F51488
Complementary color
Monochromatic Colors of #F51488
Black with #F51488
Text Example
Text Example
White with #F51488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51488; }
p { color: rgb(245,20,136); }
H1.HeaderClassName
{
color: #F51488;
}
.AnyTagClassName
{
color: #F51488;
}
</style>
background-color css
<style>
a { background-color: #F51488; }
a { background-color: rgb(245,20,136); }
div.DivClassName
{
background-color: #F51488;
}
.BgClassName
{
background-color: #F51488;
}
</style>
border-color css
<style>
span { border-color: #F51488; }
span { border-color: rgb(245,20,136); }
td.TdClassName
{
border-color: #F51488;
}
.TagClassName
{
border-color: #F51488;
}
</style>