Shades of Shocking Pink #F81FCB
Tints of Shocking Pink #F81FCB
RGB
CMYK
RGB Variations
Color information
#F81FCB (or 0xF81FCB) is known color: Shocking Pink. HEX triplet: F8, 1F and CB. RGB value is (248,31,203). Sum of RGB (Red+Green+Blue) = 248+31+203=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FCB is #07E034. Grayscale: #737373. Windows color (decimal): -516149 or 13311992. OLE color: 13311992.
HSL color Cylindrical-coordinate representation of color #F81FCB: hue angle of 312.44º 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 #F81FCB is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 203 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.03 |
| HSL | 312.44º | 0.94% | 0.55% | - |
| HSV(B) | 312.44º | 0.88% | 0.97% | - |
| XYZ | 49.98 | 25.25 | 58.74 | - |
| YUV | 115.49 | 177.39 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 203 | 0 | 0.88 | 0.18 | 0.03 | 312.44 | 0.94 | 0.55 |
| Hex | F8 | 1F | CB | 0 | 58 | 12 | 3 | 138 | 5E | 37 |
| Octal | 370 | 37 | 313 | 0 | 130 | 22 | 3 | 470 | 136 | 67 |
| Binary | 11111000 | 11111 | 11001011 | 0 | 1011000 | 10010 | 11 | 100111000 | 1011110 | 110111 |
Color Harmonies of #F81FCB
Complementary color
Monochromatic Colors of #F81FCB
Black with #F81FCB
Text Example
Text Example
White with #F81FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FCB; }
p { color: rgb(248,31,203); }
H1.HeaderClassName
{
color: #F81FCB;
}
.AnyTagClassName
{
color: #F81FCB;
}
</style>
background-color css
<style>
a { background-color: #F81FCB; }
a { background-color: rgb(248,31,203); }
div.DivClassName
{
background-color: #F81FCB;
}
.BgClassName
{
background-color: #F81FCB;
}
</style>
border-color css
<style>
span { border-color: #F81FCB; }
span { border-color: rgb(248,31,203); }
td.TdClassName
{
border-color: #F81FCB;
}
.TagClassName
{
border-color: #F81FCB;
}
</style>