Shades of Deep Pink #F81F8C
Tints of Deep Pink #F81F8C
RGB
CMYK
RGB Variations
Color information
#F81F8C (or 0xF81F8C) is known color: Deep Pink. HEX triplet: F8, 1F and 8C. RGB value is (248,31,140). Sum of RGB (Red+Green+Blue) = 248+31+140=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F8C is #07E073. Grayscale: #6C6C6C. Windows color (decimal): -516212 or 9183224. OLE color: 9183224.
HSL color Cylindrical-coordinate representation of color #F81F8C: hue angle of 329.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F8C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 140 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.03 |
| HSL | 329.86º | 0.94% | 0.55% | - |
| HSV(B) | 329.86º | 0.88% | 0.97% | - |
| XYZ | 43.94 | 22.83 | 26.9 | - |
| YUV | 108.31 | 145.89 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 140 | 0 | 0.88 | 0.44 | 0.03 | 329.86 | 0.94 | 0.55 |
| Hex | F8 | 1F | 8C | 0 | 58 | 2C | 3 | 14A | 5E | 37 |
| Octal | 370 | 37 | 214 | 0 | 130 | 54 | 3 | 512 | 136 | 67 |
| Binary | 11111000 | 11111 | 10001100 | 0 | 1011000 | 101100 | 11 | 101001010 | 1011110 | 110111 |
Color Harmonies of #F81F8C
Complementary color
Monochromatic Colors of #F81F8C
Black with #F81F8C
Text Example
Text Example
White with #F81F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F8C; }
p { color: rgb(248,31,140); }
H1.HeaderClassName
{
color: #F81F8C;
}
.AnyTagClassName
{
color: #F81F8C;
}
</style>
background-color css
<style>
a { background-color: #F81F8C; }
a { background-color: rgb(248,31,140); }
div.DivClassName
{
background-color: #F81F8C;
}
.BgClassName
{
background-color: #F81F8C;
}
</style>
border-color css
<style>
span { border-color: #F81F8C; }
span { border-color: rgb(248,31,140); }
td.TdClassName
{
border-color: #F81F8C;
}
.TagClassName
{
border-color: #F81F8C;
}
</style>