Shades of Shocking Pink #F81DCC
Tints of Shocking Pink #F81DCC
RGB
CMYK
RGB Variations
Color information
#F81DCC (or 0xF81DCC) is known color: Shocking Pink. HEX triplet: F8, 1D and CC. RGB value is (248,29,204). Sum of RGB (Red+Green+Blue) = 248+29+204=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DCC is #07E233. Grayscale: #717171. Windows color (decimal): -516660 or 13377016. OLE color: 13377016.
HSL color Cylindrical-coordinate representation of color #F81DCC: hue angle of 312.05º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DCC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.03 |
| HSL | 312.05º | 0.94% | 0.54% | - |
| HSV(B) | 312.05º | 0.88% | 0.97% | - |
| XYZ | 50.05 | 25.19 | 59.35 | - |
| YUV | 114.43 | 178.55 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 204 | 0 | 0.88 | 0.18 | 0.03 | 312.05 | 0.94 | 0.54 |
| Hex | F8 | 1D | CC | 0 | 58 | 12 | 3 | 138 | 5E | 36 |
| Octal | 370 | 35 | 314 | 0 | 130 | 22 | 3 | 470 | 136 | 66 |
| Binary | 11111000 | 11101 | 11001100 | 0 | 1011000 | 10010 | 11 | 100111000 | 1011110 | 110110 |
Color Harmonies of #F81DCC
Complementary color
Monochromatic Colors of #F81DCC
Black with #F81DCC
Text Example
Text Example
White with #F81DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DCC; }
p { color: rgb(248,29,204); }
H1.HeaderClassName
{
color: #F81DCC;
}
.AnyTagClassName
{
color: #F81DCC;
}
</style>
background-color css
<style>
a { background-color: #F81DCC; }
a { background-color: rgb(248,29,204); }
div.DivClassName
{
background-color: #F81DCC;
}
.BgClassName
{
background-color: #F81DCC;
}
</style>
border-color css
<style>
span { border-color: #F81DCC; }
span { border-color: rgb(248,29,204); }
td.TdClassName
{
border-color: #F81DCC;
}
.TagClassName
{
border-color: #F81DCC;
}
</style>