Shades of Shocking Pink #F81ED0
Tints of Shocking Pink #F81ED0
RGB
CMYK
RGB Variations
Color information
#F81ED0 (or 0xF81ED0) is known color: Shocking Pink. HEX triplet: F8, 1E and D0. RGB value is (248,30,208). Sum of RGB (Red+Green+Blue) = 248+30+208=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ED0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ED0 is #07E12F. Grayscale: #727272. Windows color (decimal): -516400 or 13639416. OLE color: 13639416.
HSL color Cylindrical-coordinate representation of color #F81ED0: hue angle of 311.01º 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 #F81ED0 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 208 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.03 |
| HSL | 311.01º | 0.94% | 0.55% | - |
| HSV(B) | 311.01º | 0.88% | 0.97% | - |
| XYZ | 50.56 | 25.44 | 61.92 | - |
| YUV | 115.47 | 180.22 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 208 | 0 | 0.88 | 0.16 | 0.03 | 311.01 | 0.94 | 0.55 |
| Hex | F8 | 1E | D0 | 0 | 58 | 10 | 3 | 137 | 5E | 37 |
| Octal | 370 | 36 | 320 | 0 | 130 | 20 | 3 | 467 | 136 | 67 |
| Binary | 11111000 | 11110 | 11010000 | 0 | 1011000 | 10000 | 11 | 100110111 | 1011110 | 110111 |
Color Harmonies of #F81ED0
Complementary color
Monochromatic Colors of #F81ED0
Black with #F81ED0
Text Example
Text Example
White with #F81ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ED0; }
p { color: rgb(248,30,208); }
H1.HeaderClassName
{
color: #F81ED0;
}
.AnyTagClassName
{
color: #F81ED0;
}
</style>
background-color css
<style>
a { background-color: #F81ED0; }
a { background-color: rgb(248,30,208); }
div.DivClassName
{
background-color: #F81ED0;
}
.BgClassName
{
background-color: #F81ED0;
}
</style>
border-color css
<style>
span { border-color: #F81ED0; }
span { border-color: rgb(248,30,208); }
td.TdClassName
{
border-color: #F81ED0;
}
.TagClassName
{
border-color: #F81ED0;
}
</style>