Shades of Shocking Pink #F81AD9
Tints of Shocking Pink #F81AD9
RGB
CMYK
RGB Variations
Color information
#F81AD9 (or 0xF81AD9) is known color: Shocking Pink. HEX triplet: F8, 1A and D9. RGB value is (248,26,217). Sum of RGB (Red+Green+Blue) = 248+26+217=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD9 is #07E526. Grayscale: #717171. Windows color (decimal): -517415 or 14228216. OLE color: 14228216.
HSL color Cylindrical-coordinate representation of color #F81AD9: hue angle of 308.38º 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 #F81AD9 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 217 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 308.38º | 0.94% | 0.54% | - |
| HSV(B) | 308.38º | 0.9% | 0.97% | - |
| XYZ | 51.61 | 25.71 | 67.89 | - |
| YUV | 114.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 217 | 0 | 0.90 | 0.12 | 0.03 | 308.38 | 0.94 | 0.54 |
| Hex | F8 | 1A | D9 | 0 | 5A | C | 3 | 134 | 5E | 36 |
| Octal | 370 | 32 | 331 | 0 | 132 | 14 | 3 | 464 | 136 | 66 |
| Binary | 11111000 | 11010 | 11011001 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011110 | 110110 |
Color Harmonies of #F81AD9
Complementary color
Monochromatic Colors of #F81AD9
Black with #F81AD9
Text Example
Text Example
White with #F81AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AD9; }
p { color: rgb(248,26,217); }
H1.HeaderClassName
{
color: #F81AD9;
}
.AnyTagClassName
{
color: #F81AD9;
}
</style>
background-color css
<style>
a { background-color: #F81AD9; }
a { background-color: rgb(248,26,217); }
div.DivClassName
{
background-color: #F81AD9;
}
.BgClassName
{
background-color: #F81AD9;
}
</style>
border-color css
<style>
span { border-color: #F81AD9; }
span { border-color: rgb(248,26,217); }
td.TdClassName
{
border-color: #F81AD9;
}
.TagClassName
{
border-color: #F81AD9;
}
</style>