Shades of Deep Pink #F81288
Tints of Deep Pink #F81288
RGB
CMYK
RGB Variations
Color information
#F81288 (or 0xF81288) is known color: Deep Pink. HEX triplet: F8, 12 and 88. RGB value is (248,18,136). Sum of RGB (Red+Green+Blue) = 248+18+136=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F81288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81288 is #07ED77. Grayscale: #636363. Windows color (decimal): -519544 or 8917752. OLE color: 8917752.
HSL color Cylindrical-coordinate representation of color #F81288: hue angle of 329.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81288 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 136 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.03 |
| HSL | 329.22º | 0.94% | 0.52% | - |
| HSV(B) | 329.22º | 0.93% | 0.97% | - |
| XYZ | 43.37 | 22.17 | 25.29 | - |
| YUV | 100.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 136 | 0 | 0.93 | 0.45 | 0.03 | 329.22 | 0.94 | 0.52 |
| Hex | F8 | 12 | 88 | 0 | 5D | 2D | 3 | 149 | 5E | 34 |
| Octal | 370 | 22 | 210 | 0 | 135 | 55 | 3 | 511 | 136 | 64 |
| Binary | 11111000 | 10010 | 10001000 | 0 | 1011101 | 101101 | 11 | 101001001 | 1011110 | 110100 |
Color Harmonies of #F81288
Complementary color
Monochromatic Colors of #F81288
Black with #F81288
Text Example
Text Example
White with #F81288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81288; }
p { color: rgb(248,18,136); }
H1.HeaderClassName
{
color: #F81288;
}
.AnyTagClassName
{
color: #F81288;
}
</style>
background-color css
<style>
a { background-color: #F81288; }
a { background-color: rgb(248,18,136); }
div.DivClassName
{
background-color: #F81288;
}
.BgClassName
{
background-color: #F81288;
}
</style>
border-color css
<style>
span { border-color: #F81288; }
span { border-color: rgb(248,18,136); }
td.TdClassName
{
border-color: #F81288;
}
.TagClassName
{
border-color: #F81288;
}
</style>