Shades of Deep Pink #F81988
Tints of Deep Pink #F81988
RGB
CMYK
RGB Variations
Color information
#F81988 (or 0xF81988) is known color: Deep Pink. HEX triplet: F8, 19 and 88. RGB value is (248,25,136). Sum of RGB (Red+Green+Blue) = 248+25+136=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F81988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81988 is #07E677. Grayscale: #686868. Windows color (decimal): -517752 or 8919544. OLE color: 8919544.
HSL color Cylindrical-coordinate representation of color #F81988: hue angle of 330.13º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81988 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 136 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.03 |
| HSL | 330.13º | 0.94% | 0.54% | - |
| HSV(B) | 330.13º | 0.9% | 0.97% | - |
| XYZ | 43.5 | 22.43 | 25.33 | - |
| YUV | 104.33 | 145.88 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 136 | 0 | 0.90 | 0.45 | 0.03 | 330.13 | 0.94 | 0.54 |
| Hex | F8 | 19 | 88 | 0 | 5A | 2D | 3 | 14A | 5E | 36 |
| Octal | 370 | 31 | 210 | 0 | 132 | 55 | 3 | 512 | 136 | 66 |
| Binary | 11111000 | 11001 | 10001000 | 0 | 1011010 | 101101 | 11 | 101001010 | 1011110 | 110110 |
Color Harmonies of #F81988
Complementary color
Monochromatic Colors of #F81988
Black with #F81988
Text Example
Text Example
White with #F81988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81988; }
p { color: rgb(248,25,136); }
H1.HeaderClassName
{
color: #F81988;
}
.AnyTagClassName
{
color: #F81988;
}
</style>
background-color css
<style>
a { background-color: #F81988; }
a { background-color: rgb(248,25,136); }
div.DivClassName
{
background-color: #F81988;
}
.BgClassName
{
background-color: #F81988;
}
</style>
border-color css
<style>
span { border-color: #F81988; }
span { border-color: rgb(248,25,136); }
td.TdClassName
{
border-color: #F81988;
}
.TagClassName
{
border-color: #F81988;
}
</style>