Shades of Shocking Pink #F81ECB
Tints of Shocking Pink #F81ECB
RGB
CMYK
RGB Variations
Color information
#F81ECB (or 0xF81ECB) is known color: Shocking Pink. HEX triplet: F8, 1E and CB. RGB value is (248,30,203). Sum of RGB (Red+Green+Blue) = 248+30+203=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F81ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81ECB is #07E134. Grayscale: #727272. Windows color (decimal): -516405 or 13311736. OLE color: 13311736.
HSL color Cylindrical-coordinate representation of color #F81ECB: hue angle of 312.39º 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 #F81ECB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 203 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.03 |
| HSL | 312.39º | 0.94% | 0.55% | - |
| HSV(B) | 312.39º | 0.88% | 0.97% | - |
| XYZ | 49.96 | 25.2 | 58.73 | - |
| YUV | 114.9 | 177.72 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 203 | 0 | 0.88 | 0.18 | 0.03 | 312.39 | 0.94 | 0.55 |
| Hex | F8 | 1E | CB | 0 | 58 | 12 | 3 | 138 | 5E | 37 |
| Octal | 370 | 36 | 313 | 0 | 130 | 22 | 3 | 470 | 136 | 67 |
| Binary | 11111000 | 11110 | 11001011 | 0 | 1011000 | 10010 | 11 | 100111000 | 1011110 | 110111 |
Color Harmonies of #F81ECB
Complementary color
Monochromatic Colors of #F81ECB
Black with #F81ECB
Text Example
Text Example
White with #F81ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81ECB; }
p { color: rgb(248,30,203); }
H1.HeaderClassName
{
color: #F81ECB;
}
.AnyTagClassName
{
color: #F81ECB;
}
</style>
background-color css
<style>
a { background-color: #F81ECB; }
a { background-color: rgb(248,30,203); }
div.DivClassName
{
background-color: #F81ECB;
}
.BgClassName
{
background-color: #F81ECB;
}
</style>
border-color css
<style>
span { border-color: #F81ECB; }
span { border-color: rgb(248,30,203); }
td.TdClassName
{
border-color: #F81ECB;
}
.TagClassName
{
border-color: #F81ECB;
}
</style>