Shades of Shocking Pink #F81DCD
Tints of Shocking Pink #F81DCD
RGB
CMYK
RGB Variations
Color information
#F81DCD (or 0xF81DCD) is known color: Shocking Pink. HEX triplet: F8, 1D and CD. RGB value is (248,29,205). Sum of RGB (Red+Green+Blue) = 248+29+205=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DCD is #07E232. Grayscale: #727272. Windows color (decimal): -516659 or 13442552. OLE color: 13442552.
HSL color Cylindrical-coordinate representation of color #F81DCD: hue angle of 311.78º 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 #F81DCD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 205 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.03 |
| HSL | 311.78º | 0.94% | 0.54% | - |
| HSV(B) | 311.78º | 0.88% | 0.97% | - |
| XYZ | 50.17 | 25.24 | 59.99 | - |
| YUV | 114.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 205 | 0 | 0.88 | 0.17 | 0.03 | 311.78 | 0.94 | 0.54 |
| Hex | F8 | 1D | CD | 0 | 58 | 11 | 3 | 138 | 5E | 36 |
| Octal | 370 | 35 | 315 | 0 | 130 | 21 | 3 | 470 | 136 | 66 |
| Binary | 11111000 | 11101 | 11001101 | 0 | 1011000 | 10001 | 11 | 100111000 | 1011110 | 110110 |
Color Harmonies of #F81DCD
Complementary color
Monochromatic Colors of #F81DCD
Black with #F81DCD
Text Example
Text Example
White with #F81DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DCD; }
p { color: rgb(248,29,205); }
H1.HeaderClassName
{
color: #F81DCD;
}
.AnyTagClassName
{
color: #F81DCD;
}
</style>
background-color css
<style>
a { background-color: #F81DCD; }
a { background-color: rgb(248,29,205); }
div.DivClassName
{
background-color: #F81DCD;
}
.BgClassName
{
background-color: #F81DCD;
}
</style>
border-color css
<style>
span { border-color: #F81DCD; }
span { border-color: rgb(248,29,205); }
td.TdClassName
{
border-color: #F81DCD;
}
.TagClassName
{
border-color: #F81DCD;
}
</style>