Shades of Shocking Pink #F81AD8
Tints of Shocking Pink #F81AD8
RGB
CMYK
RGB Variations
Color information
#F81AD8 (or 0xF81AD8) is known color: Shocking Pink. HEX triplet: F8, 1A and D8. RGB value is (248,26,216). Sum of RGB (Red+Green+Blue) = 248+26+216=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD8 is #07E527. Grayscale: #717171. Windows color (decimal): -517416 or 14162680. OLE color: 14162680.
HSL color Cylindrical-coordinate representation of color #F81AD8: hue angle of 308.65º 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 #F81AD8 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 216 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.03 |
| HSL | 308.65º | 0.94% | 0.54% | - |
| HSV(B) | 308.65º | 0.9% | 0.97% | - |
| XYZ | 51.48 | 25.65 | 67.2 | - |
| YUV | 114.04 | 185.55 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 216 | 0 | 0.90 | 0.13 | 0.03 | 308.65 | 0.94 | 0.54 |
| Hex | F8 | 1A | D8 | 0 | 5A | D | 3 | 135 | 5E | 36 |
| Octal | 370 | 32 | 330 | 0 | 132 | 15 | 3 | 465 | 136 | 66 |
| Binary | 11111000 | 11010 | 11011000 | 0 | 1011010 | 1101 | 11 | 100110101 | 1011110 | 110110 |
Color Harmonies of #F81AD8
Complementary color
Monochromatic Colors of #F81AD8
Black with #F81AD8
Text Example
Text Example
White with #F81AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AD8; }
p { color: rgb(248,26,216); }
H1.HeaderClassName
{
color: #F81AD8;
}
.AnyTagClassName
{
color: #F81AD8;
}
</style>
background-color css
<style>
a { background-color: #F81AD8; }
a { background-color: rgb(248,26,216); }
div.DivClassName
{
background-color: #F81AD8;
}
.BgClassName
{
background-color: #F81AD8;
}
</style>
border-color css
<style>
span { border-color: #F81AD8; }
span { border-color: rgb(248,26,216); }
td.TdClassName
{
border-color: #F81AD8;
}
.TagClassName
{
border-color: #F81AD8;
}
</style>