Shades of Shocking Pink #F80FC9
Tints of Shocking Pink #F80FC9
RGB
CMYK
RGB Variations
Color information
#F80FC9 (or 0xF80FC9) is known color: Shocking Pink. HEX triplet: F8, 0F and C9. RGB value is (248,15,201). Sum of RGB (Red+Green+Blue) = 248+15+201=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FC9 is #07F036. Grayscale: #696969. Windows color (decimal): -520247 or 13176824. OLE color: 13176824.
HSL color Cylindrical-coordinate representation of color #F80FC9: hue angle of 312.1º 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 #F80FC9 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 201 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.03 |
| HSL | 312.1º | 0.94% | 0.52% | - |
| HSV(B) | 312.1º | 0.94% | 0.97% | - |
| XYZ | 49.42 | 24.52 | 57.39 | - |
| YUV | 105.87 | 181.69 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 201 | 0 | 0.94 | 0.19 | 0.03 | 312.1 | 0.94 | 0.52 |
| Hex | F8 | F | C9 | 0 | 5E | 13 | 3 | 138 | 5E | 34 |
| Octal | 370 | 17 | 311 | 0 | 136 | 23 | 3 | 470 | 136 | 64 |
| Binary | 11111000 | 1111 | 11001001 | 0 | 1011110 | 10011 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F80FC9
Complementary color
Monochromatic Colors of #F80FC9
Black with #F80FC9
Text Example
Text Example
White with #F80FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FC9; }
p { color: rgb(248,15,201); }
H1.HeaderClassName
{
color: #F80FC9;
}
.AnyTagClassName
{
color: #F80FC9;
}
</style>
background-color css
<style>
a { background-color: #F80FC9; }
a { background-color: rgb(248,15,201); }
div.DivClassName
{
background-color: #F80FC9;
}
.BgClassName
{
background-color: #F80FC9;
}
</style>
border-color css
<style>
span { border-color: #F80FC9; }
span { border-color: rgb(248,15,201); }
td.TdClassName
{
border-color: #F80FC9;
}
.TagClassName
{
border-color: #F80FC9;
}
</style>