Shades of Shocking Pink #F81AD0
Tints of Shocking Pink #F81AD0
RGB
CMYK
RGB Variations
Color information
#F81AD0 (or 0xF81AD0) is known color: Shocking Pink. HEX triplet: F8, 1A and D0. RGB value is (248,26,208). Sum of RGB (Red+Green+Blue) = 248+26+208=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD0 is #07E52F. Grayscale: #707070. Windows color (decimal): -517424 or 13638392. OLE color: 13638392.
HSL color Cylindrical-coordinate representation of color #F81AD0: hue angle of 310.81º 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 #F81AD0 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 208 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.03 |
| HSL | 310.81º | 0.94% | 0.54% | - |
| HSV(B) | 310.81º | 0.9% | 0.97% | - |
| XYZ | 50.47 | 25.25 | 61.89 | - |
| YUV | 113.13 | 181.55 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 208 | 0 | 0.90 | 0.16 | 0.03 | 310.81 | 0.94 | 0.54 |
| Hex | F8 | 1A | D0 | 0 | 5A | 10 | 3 | 137 | 5E | 36 |
| Octal | 370 | 32 | 320 | 0 | 132 | 20 | 3 | 467 | 136 | 66 |
| Binary | 11111000 | 11010 | 11010000 | 0 | 1011010 | 10000 | 11 | 100110111 | 1011110 | 110110 |
Color Harmonies of #F81AD0
Complementary color
Monochromatic Colors of #F81AD0
Black with #F81AD0
Text Example
Text Example
White with #F81AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AD0; }
p { color: rgb(248,26,208); }
H1.HeaderClassName
{
color: #F81AD0;
}
.AnyTagClassName
{
color: #F81AD0;
}
</style>
background-color css
<style>
a { background-color: #F81AD0; }
a { background-color: rgb(248,26,208); }
div.DivClassName
{
background-color: #F81AD0;
}
.BgClassName
{
background-color: #F81AD0;
}
</style>
border-color css
<style>
span { border-color: #F81AD0; }
span { border-color: rgb(248,26,208); }
td.TdClassName
{
border-color: #F81AD0;
}
.TagClassName
{
border-color: #F81AD0;
}
</style>