Shades of Shocking Pink #F80FC5
Tints of Shocking Pink #F80FC5
RGB
CMYK
RGB Variations
Color information
#F80FC5 (or 0xF80FC5) is known color: Shocking Pink. HEX triplet: F8, 0F and C5. RGB value is (248,15,197). Sum of RGB (Red+Green+Blue) = 248+15+197=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FC5 is #07F03A. Grayscale: #686868. Windows color (decimal): -520251 or 12914680. OLE color: 12914680.
HSL color Cylindrical-coordinate representation of color #F80FC5: hue angle of 313.13º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FC5 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 197 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.03 |
| HSL | 313.13º | 0.94% | 0.52% | - |
| HSV(B) | 313.13º | 0.94% | 0.97% | - |
| XYZ | 48.96 | 24.33 | 54.94 | - |
| YUV | 105.42 | 179.69 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 197 | 0 | 0.94 | 0.21 | 0.03 | 313.13 | 0.94 | 0.52 |
| Hex | F8 | F | C5 | 0 | 5E | 15 | 3 | 139 | 5E | 34 |
| Octal | 370 | 17 | 305 | 0 | 136 | 25 | 3 | 471 | 136 | 64 |
| Binary | 11111000 | 1111 | 11000101 | 0 | 1011110 | 10101 | 11 | 100111001 | 1011110 | 110100 |
Color Harmonies of #F80FC5
Complementary color
Monochromatic Colors of #F80FC5
Black with #F80FC5
Text Example
Text Example
White with #F80FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FC5; }
p { color: rgb(248,15,197); }
H1.HeaderClassName
{
color: #F80FC5;
}
.AnyTagClassName
{
color: #F80FC5;
}
</style>
background-color css
<style>
a { background-color: #F80FC5; }
a { background-color: rgb(248,15,197); }
div.DivClassName
{
background-color: #F80FC5;
}
.BgClassName
{
background-color: #F80FC5;
}
</style>
border-color css
<style>
span { border-color: #F80FC5; }
span { border-color: rgb(248,15,197); }
td.TdClassName
{
border-color: #F80FC5;
}
.TagClassName
{
border-color: #F80FC5;
}
</style>