Shades of Shocking Pink #F80FCD
Tints of Shocking Pink #F80FCD
RGB
CMYK
RGB Variations
Color information
#F80FCD (or 0xF80FCD) is known color: Shocking Pink. HEX triplet: F8, 0F and CD. RGB value is (248,15,205). Sum of RGB (Red+Green+Blue) = 248+15+205=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FCD is #07F032. Grayscale: #696969. Windows color (decimal): -520243 or 13438968. OLE color: 13438968.
HSL color Cylindrical-coordinate representation of color #F80FCD: hue angle of 311.07º 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 #F80FCD is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.03 |
| HSL | 311.07º | 0.94% | 0.52% | - |
| HSV(B) | 311.07º | 0.94% | 0.97% | - |
| XYZ | 49.9 | 24.71 | 59.9 | - |
| YUV | 106.33 | 183.69 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 205 | 0 | 0.94 | 0.17 | 0.03 | 311.07 | 0.94 | 0.52 |
| Hex | F8 | F | CD | 0 | 5E | 11 | 3 | 137 | 5E | 34 |
| Octal | 370 | 17 | 315 | 0 | 136 | 21 | 3 | 467 | 136 | 64 |
| Binary | 11111000 | 1111 | 11001101 | 0 | 1011110 | 10001 | 11 | 100110111 | 1011110 | 110100 |
Color Harmonies of #F80FCD
Complementary color
Monochromatic Colors of #F80FCD
Black with #F80FCD
Text Example
Text Example
White with #F80FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FCD; }
p { color: rgb(248,15,205); }
H1.HeaderClassName
{
color: #F80FCD;
}
.AnyTagClassName
{
color: #F80FCD;
}
</style>
background-color css
<style>
a { background-color: #F80FCD; }
a { background-color: rgb(248,15,205); }
div.DivClassName
{
background-color: #F80FCD;
}
.BgClassName
{
background-color: #F80FCD;
}
</style>
border-color css
<style>
span { border-color: #F80FCD; }
span { border-color: rgb(248,15,205); }
td.TdClassName
{
border-color: #F80FCD;
}
.TagClassName
{
border-color: #F80FCD;
}
</style>