Shades of Shocking Pink #F81ECD
Tints of Shocking Pink #F81ECD
RGB
CMYK
RGB Variations
Color information
#F81ECD (or 0xF81ECD) is known color: Shocking Pink. HEX triplet: F8, 1E and CD. RGB value is (248,30,205). Sum of RGB (Red+Green+Blue) = 248+30+205=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 30 (12.11% from 255 or 6.21% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ECD is #07E132. Grayscale: #727272. Windows color (decimal): -516403 or 13442808. OLE color: 13442808.
HSL color Cylindrical-coordinate representation of color #F81ECD: hue angle of 311.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81ECD is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 205 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.03 |
| HSL | 311.83º | 0.94% | 0.55% | - |
| HSV(B) | 311.83º | 0.88% | 0.97% | - |
| XYZ | 50.2 | 25.29 | 59.99 | - |
| YUV | 115.13 | 178.72 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 205 | 0 | 0.88 | 0.17 | 0.03 | 311.83 | 0.94 | 0.55 |
| Hex | F8 | 1E | CD | 0 | 58 | 11 | 3 | 138 | 5E | 37 |
| Octal | 370 | 36 | 315 | 0 | 130 | 21 | 3 | 470 | 136 | 67 |
| Binary | 11111000 | 11110 | 11001101 | 0 | 1011000 | 10001 | 11 | 100111000 | 1011110 | 110111 |
Color Harmonies of #F81ECD
Complementary color
Monochromatic Colors of #F81ECD
Black with #F81ECD
Text Example
Text Example
White with #F81ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ECD; }
p { color: rgb(248,30,205); }
H1.HeaderClassName
{
color: #F81ECD;
}
.AnyTagClassName
{
color: #F81ECD;
}
</style>
background-color css
<style>
a { background-color: #F81ECD; }
a { background-color: rgb(248,30,205); }
div.DivClassName
{
background-color: #F81ECD;
}
.BgClassName
{
background-color: #F81ECD;
}
</style>
border-color css
<style>
span { border-color: #F81ECD; }
span { border-color: rgb(248,30,205); }
td.TdClassName
{
border-color: #F81ECD;
}
.TagClassName
{
border-color: #F81ECD;
}
</style>