Shades of Shocking Pink #F81EC3
Tints of Shocking Pink #F81EC3
RGB
CMYK
RGB Variations
Color information
#F81EC3 (or 0xF81EC3) is known color: Shocking Pink. HEX triplet: F8, 1E and C3. RGB value is (248,30,195). Sum of RGB (Red+Green+Blue) = 248+30+195=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EC3 is #07E13C. Grayscale: #717171. Windows color (decimal): -516413 or 12787448. OLE color: 12787448.
HSL color Cylindrical-coordinate representation of color #F81EC3: hue angle of 314.59º 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 #F81EC3 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 195 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.03 |
| HSL | 314.59º | 0.94% | 0.55% | - |
| HSV(B) | 314.59º | 0.88% | 0.97% | - |
| XYZ | 49.03 | 24.83 | 53.84 | - |
| YUV | 113.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 195 | 0 | 0.88 | 0.21 | 0.03 | 314.59 | 0.94 | 0.55 |
| Hex | F8 | 1E | C3 | 0 | 58 | 15 | 3 | 13B | 5E | 37 |
| Octal | 370 | 36 | 303 | 0 | 130 | 25 | 3 | 473 | 136 | 67 |
| Binary | 11111000 | 11110 | 11000011 | 0 | 1011000 | 10101 | 11 | 100111011 | 1011110 | 110111 |
Color Harmonies of #F81EC3
Complementary color
Monochromatic Colors of #F81EC3
Black with #F81EC3
Text Example
Text Example
White with #F81EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EC3; }
p { color: rgb(248,30,195); }
H1.HeaderClassName
{
color: #F81EC3;
}
.AnyTagClassName
{
color: #F81EC3;
}
</style>
background-color css
<style>
a { background-color: #F81EC3; }
a { background-color: rgb(248,30,195); }
div.DivClassName
{
background-color: #F81EC3;
}
.BgClassName
{
background-color: #F81EC3;
}
</style>
border-color css
<style>
span { border-color: #F81EC3; }
span { border-color: rgb(248,30,195); }
td.TdClassName
{
border-color: #F81EC3;
}
.TagClassName
{
border-color: #F81EC3;
}
</style>