Shades of Shocking Pink #F81EC7
Tints of Shocking Pink #F81EC7
RGB
CMYK
RGB Variations
Color information
#F81EC7 (or 0xF81EC7) is known color: Shocking Pink. HEX triplet: F8, 1E and C7. RGB value is (248,30,199). Sum of RGB (Red+Green+Blue) = 248+30+199=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EC7 is #07E138. Grayscale: #717171. Windows color (decimal): -516409 or 13049592. OLE color: 13049592.
HSL color Cylindrical-coordinate representation of color #F81EC7: hue angle of 313.49º 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 #F81EC7 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 199 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.03 |
| HSL | 313.49º | 0.94% | 0.55% | - |
| HSV(B) | 313.49º | 0.88% | 0.97% | - |
| XYZ | 49.48 | 25.01 | 56.25 | - |
| YUV | 114.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 199 | 0 | 0.88 | 0.20 | 0.03 | 313.49 | 0.94 | 0.55 |
| Hex | F8 | 1E | C7 | 0 | 58 | 14 | 3 | 139 | 5E | 37 |
| Octal | 370 | 36 | 307 | 0 | 130 | 24 | 3 | 471 | 136 | 67 |
| Binary | 11111000 | 11110 | 11000111 | 0 | 1011000 | 10100 | 11 | 100111001 | 1011110 | 110111 |
Color Harmonies of #F81EC7
Complementary color
Monochromatic Colors of #F81EC7
Black with #F81EC7
Text Example
Text Example
White with #F81EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EC7; }
p { color: rgb(248,30,199); }
H1.HeaderClassName
{
color: #F81EC7;
}
.AnyTagClassName
{
color: #F81EC7;
}
</style>
background-color css
<style>
a { background-color: #F81EC7; }
a { background-color: rgb(248,30,199); }
div.DivClassName
{
background-color: #F81EC7;
}
.BgClassName
{
background-color: #F81EC7;
}
</style>
border-color css
<style>
span { border-color: #F81EC7; }
span { border-color: rgb(248,30,199); }
td.TdClassName
{
border-color: #F81EC7;
}
.TagClassName
{
border-color: #F81EC7;
}
</style>