Shades of Shocking Pink #F81DD2
Tints of Shocking Pink #F81DD2
RGB
CMYK
RGB Variations
Color information
#F81DD2 (or 0xF81DD2) is known color: Shocking Pink. HEX triplet: F8, 1D and D2. RGB value is (248,29,210). Sum of RGB (Red+Green+Blue) = 248+29+210=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 29 (11.72% from 255 or 5.95% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DD2 is #07E22D. Grayscale: #727272. Windows color (decimal): -516654 or 13770232. OLE color: 13770232.
HSL color Cylindrical-coordinate representation of color #F81DD2: hue angle of 310.41º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 210 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.03 |
| HSL | 310.41º | 0.94% | 0.54% | - |
| HSV(B) | 310.41º | 0.88% | 0.97% | - |
| XYZ | 50.78 | 25.49 | 63.22 | - |
| YUV | 115.12 | 181.55 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 210 | 0 | 0.88 | 0.15 | 0.03 | 310.41 | 0.94 | 0.54 |
| Hex | F8 | 1D | D2 | 0 | 58 | F | 3 | 136 | 5E | 36 |
| Octal | 370 | 35 | 322 | 0 | 130 | 17 | 3 | 466 | 136 | 66 |
| Binary | 11111000 | 11101 | 11010010 | 0 | 1011000 | 1111 | 11 | 100110110 | 1011110 | 110110 |
Color Harmonies of #F81DD2
Complementary color
Monochromatic Colors of #F81DD2
Black with #F81DD2
Text Example
Text Example
White with #F81DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DD2; }
p { color: rgb(248,29,210); }
H1.HeaderClassName
{
color: #F81DD2;
}
.AnyTagClassName
{
color: #F81DD2;
}
</style>
background-color css
<style>
a { background-color: #F81DD2; }
a { background-color: rgb(248,29,210); }
div.DivClassName
{
background-color: #F81DD2;
}
.BgClassName
{
background-color: #F81DD2;
}
</style>
border-color css
<style>
span { border-color: #F81DD2; }
span { border-color: rgb(248,29,210); }
td.TdClassName
{
border-color: #F81DD2;
}
.TagClassName
{
border-color: #F81DD2;
}
</style>