Shades of Shocking Pink #F81AD2
Tints of Shocking Pink #F81AD2
RGB
CMYK
RGB Variations
Color information
#F81AD2 (or 0xF81AD2) is known color: Shocking Pink. HEX triplet: F8, 1A and D2. RGB value is (248,26,210). Sum of RGB (Red+Green+Blue) = 248+26+210=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81AD2 is #07E52D. Grayscale: #707070. Windows color (decimal): -517422 or 13769464. OLE color: 13769464.
HSL color Cylindrical-coordinate representation of color #F81AD2: hue angle of 310.27º 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 #F81AD2 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 210 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.03 |
| HSL | 310.27º | 0.94% | 0.54% | - |
| HSV(B) | 310.27º | 0.9% | 0.97% | - |
| XYZ | 50.71 | 25.35 | 63.19 | - |
| YUV | 113.35 | 182.55 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 210 | 0 | 0.90 | 0.15 | 0.03 | 310.27 | 0.94 | 0.54 |
| Hex | F8 | 1A | D2 | 0 | 5A | F | 3 | 136 | 5E | 36 |
| Octal | 370 | 32 | 322 | 0 | 132 | 17 | 3 | 466 | 136 | 66 |
| Binary | 11111000 | 11010 | 11010010 | 0 | 1011010 | 1111 | 11 | 100110110 | 1011110 | 110110 |
Color Harmonies of #F81AD2
Complementary color
Monochromatic Colors of #F81AD2
Black with #F81AD2
Text Example
Text Example
White with #F81AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81AD2; }
p { color: rgb(248,26,210); }
H1.HeaderClassName
{
color: #F81AD2;
}
.AnyTagClassName
{
color: #F81AD2;
}
</style>
background-color css
<style>
a { background-color: #F81AD2; }
a { background-color: rgb(248,26,210); }
div.DivClassName
{
background-color: #F81AD2;
}
.BgClassName
{
background-color: #F81AD2;
}
</style>
border-color css
<style>
span { border-color: #F81AD2; }
span { border-color: rgb(248,26,210); }
td.TdClassName
{
border-color: #F81AD2;
}
.TagClassName
{
border-color: #F81AD2;
}
</style>