Shades of Deep Pink #F81876
Tints of Deep Pink #F81876
RGB
CMYK
RGB Variations
Color information
#F81876 (or 0xF81876) is known color: Deep Pink. HEX triplet: F8, 18 and 76. RGB value is (248,24,118). Sum of RGB (Red+Green+Blue) = 248+24+118=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F81876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81876 is #07E789. Grayscale: #656565. Windows color (decimal): -518026 or 7739640. OLE color: 7739640.
HSL color Cylindrical-coordinate representation of color #F81876: hue angle of 334.82º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81876 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.03 |
| HSL | 334.82º | 0.94% | 0.53% | - |
| HSV(B) | 334.82º | 0.9% | 0.97% | - |
| XYZ | 42.31 | 21.92 | 19.14 | - |
| YUV | 101.69 | 137.21 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 118 | 0 | 0.90 | 0.52 | 0.03 | 334.82 | 0.94 | 0.53 |
| Hex | F8 | 18 | 76 | 0 | 5A | 34 | 3 | 14F | 5E | 35 |
| Octal | 370 | 30 | 166 | 0 | 132 | 64 | 3 | 517 | 136 | 65 |
| Binary | 11111000 | 11000 | 1110110 | 0 | 1011010 | 110100 | 11 | 101001111 | 1011110 | 110101 |
Color Harmonies of #F81876
Complementary color
Monochromatic Colors of #F81876
Black with #F81876
Text Example
Text Example
White with #F81876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81876; }
p { color: rgb(248,24,118); }
H1.HeaderClassName
{
color: #F81876;
}
.AnyTagClassName
{
color: #F81876;
}
</style>
background-color css
<style>
a { background-color: #F81876; }
a { background-color: rgb(248,24,118); }
div.DivClassName
{
background-color: #F81876;
}
.BgClassName
{
background-color: #F81876;
}
</style>
border-color css
<style>
span { border-color: #F81876; }
span { border-color: rgb(248,24,118); }
td.TdClassName
{
border-color: #F81876;
}
.TagClassName
{
border-color: #F81876;
}
</style>