Shades of Shocking Pink #F81EC4
Tints of Shocking Pink #F81EC4
RGB
CMYK
RGB Variations
Color information
#F81EC4 (or 0xF81EC4) is known color: Shocking Pink. HEX triplet: F8, 1E and C4. RGB value is (248,30,196). Sum of RGB (Red+Green+Blue) = 248+30+196=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81EC4 is #07E13B. Grayscale: #717171. Windows color (decimal): -516412 or 12852984. OLE color: 12852984.
HSL color Cylindrical-coordinate representation of color #F81EC4: hue angle of 314.31º 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 #F81EC4 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 196 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.03 |
| HSL | 314.31º | 0.94% | 0.55% | - |
| HSV(B) | 314.31º | 0.88% | 0.97% | - |
| XYZ | 49.14 | 24.87 | 54.44 | - |
| YUV | 114.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 196 | 0 | 0.88 | 0.21 | 0.03 | 314.31 | 0.94 | 0.55 |
| Hex | F8 | 1E | C4 | 0 | 58 | 15 | 3 | 13A | 5E | 37 |
| Octal | 370 | 36 | 304 | 0 | 130 | 25 | 3 | 472 | 136 | 67 |
| Binary | 11111000 | 11110 | 11000100 | 0 | 1011000 | 10101 | 11 | 100111010 | 1011110 | 110111 |
Color Harmonies of #F81EC4
Complementary color
Monochromatic Colors of #F81EC4
Black with #F81EC4
Text Example
Text Example
White with #F81EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81EC4; }
p { color: rgb(248,30,196); }
H1.HeaderClassName
{
color: #F81EC4;
}
.AnyTagClassName
{
color: #F81EC4;
}
</style>
background-color css
<style>
a { background-color: #F81EC4; }
a { background-color: rgb(248,30,196); }
div.DivClassName
{
background-color: #F81EC4;
}
.BgClassName
{
background-color: #F81EC4;
}
</style>
border-color css
<style>
span { border-color: #F81EC4; }
span { border-color: rgb(248,30,196); }
td.TdClassName
{
border-color: #F81EC4;
}
.TagClassName
{
border-color: #F81EC4;
}
</style>