Shades of Shocking Pink #F81CCE
Tints of Shocking Pink #F81CCE
RGB
CMYK
RGB Variations
Color information
#F81CCE (or 0xF81CCE) is known color: Shocking Pink. HEX triplet: F8, 1C and CE. RGB value is (248,28,206). Sum of RGB (Red+Green+Blue) = 248+28+206=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81CCE is #07E331. Grayscale: #717171. Windows color (decimal): -516914 or 13507832. OLE color: 13507832.
HSL color Cylindrical-coordinate representation of color #F81CCE: hue angle of 311.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81CCE is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 206 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.03 |
| HSL | 311.45º | 0.94% | 0.54% | - |
| HSV(B) | 311.45º | 0.89% | 0.97% | - |
| XYZ | 50.27 | 25.24 | 60.62 | - |
| YUV | 114.07 | 179.89 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 206 | 0 | 0.89 | 0.17 | 0.03 | 311.45 | 0.94 | 0.54 |
| Hex | F8 | 1C | CE | 0 | 59 | 11 | 3 | 137 | 5E | 36 |
| Octal | 370 | 34 | 316 | 0 | 131 | 21 | 3 | 467 | 136 | 66 |
| Binary | 11111000 | 11100 | 11001110 | 0 | 1011001 | 10001 | 11 | 100110111 | 1011110 | 110110 |
Color Harmonies of #F81CCE
Complementary color
Monochromatic Colors of #F81CCE
Black with #F81CCE
Text Example
Text Example
White with #F81CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81CCE; }
p { color: rgb(248,28,206); }
H1.HeaderClassName
{
color: #F81CCE;
}
.AnyTagClassName
{
color: #F81CCE;
}
</style>
background-color css
<style>
a { background-color: #F81CCE; }
a { background-color: rgb(248,28,206); }
div.DivClassName
{
background-color: #F81CCE;
}
.BgClassName
{
background-color: #F81CCE;
}
</style>
border-color css
<style>
span { border-color: #F81CCE; }
span { border-color: rgb(248,28,206); }
td.TdClassName
{
border-color: #F81CCE;
}
.TagClassName
{
border-color: #F81CCE;
}
</style>