Shades of Shocking Pink #F80FCC
Tints of Shocking Pink #F80FCC
RGB
CMYK
RGB Variations
Color information
#F80FCC (or 0xF80FCC) is known color: Shocking Pink. HEX triplet: F8, 0F and CC. RGB value is (248,15,204). Sum of RGB (Red+Green+Blue) = 248+15+204=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FCC is #07F033. Grayscale: #696969. Windows color (decimal): -520244 or 13373432. OLE color: 13373432.
HSL color Cylindrical-coordinate representation of color #F80FCC: hue angle of 311.33º 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 #F80FCC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.33º | 0.94% | 0.52% | - |
| HSV(B) | 311.33º | 0.94% | 0.97% | - |
| XYZ | 49.78 | 24.66 | 59.26 | - |
| YUV | 106.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 204 | 0 | 0.94 | 0.18 | 0.03 | 311.33 | 0.94 | 0.52 |
| Hex | F8 | F | CC | 0 | 5E | 12 | 3 | 137 | 5E | 34 |
| Octal | 370 | 17 | 314 | 0 | 136 | 22 | 3 | 467 | 136 | 64 |
| Binary | 11111000 | 1111 | 11001100 | 0 | 1011110 | 10010 | 11 | 100110111 | 1011110 | 110100 |
Color Harmonies of #F80FCC
Complementary color
Monochromatic Colors of #F80FCC
Black with #F80FCC
Text Example
Text Example
White with #F80FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FCC; }
p { color: rgb(248,15,204); }
H1.HeaderClassName
{
color: #F80FCC;
}
.AnyTagClassName
{
color: #F80FCC;
}
</style>
background-color css
<style>
a { background-color: #F80FCC; }
a { background-color: rgb(248,15,204); }
div.DivClassName
{
background-color: #F80FCC;
}
.BgClassName
{
background-color: #F80FCC;
}
</style>
border-color css
<style>
span { border-color: #F80FCC; }
span { border-color: rgb(248,15,204); }
td.TdClassName
{
border-color: #F80FCC;
}
.TagClassName
{
border-color: #F80FCC;
}
</style>