Shades of Shocking Pink #F820C5
Tints of Shocking Pink #F820C5
RGB
CMYK
RGB Variations
Color information
#F820C5 (or 0xF820C5) is known color: Shocking Pink. HEX triplet: F8, 20 and C5. RGB value is (248,32,197). Sum of RGB (Red+Green+Blue) = 248+32+197=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F820C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820C5 is #07DF3A. Grayscale: #727272. Windows color (decimal): -515899 or 12919032. OLE color: 12919032.
HSL color Cylindrical-coordinate representation of color #F820C5: hue angle of 314.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820C5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 197 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.03 |
| HSL | 314.17º | 0.94% | 0.55% | - |
| HSV(B) | 314.17º | 0.87% | 0.97% | - |
| XYZ | 49.31 | 25.02 | 55.05 | - |
| YUV | 115.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 197 | 0 | 0.87 | 0.21 | 0.03 | 314.17 | 0.94 | 0.55 |
| Hex | F8 | 20 | C5 | 0 | 57 | 15 | 3 | 13A | 5E | 37 |
| Octal | 370 | 40 | 305 | 0 | 127 | 25 | 3 | 472 | 136 | 67 |
| Binary | 11111000 | 100000 | 11000101 | 0 | 1010111 | 10101 | 11 | 100111010 | 1011110 | 110111 |
Color Harmonies of #F820C5
Complementary color
Monochromatic Colors of #F820C5
Black with #F820C5
Text Example
Text Example
White with #F820C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820C5; }
p { color: rgb(248,32,197); }
H1.HeaderClassName
{
color: #F820C5;
}
.AnyTagClassName
{
color: #F820C5;
}
</style>
background-color css
<style>
a { background-color: #F820C5; }
a { background-color: rgb(248,32,197); }
div.DivClassName
{
background-color: #F820C5;
}
.BgClassName
{
background-color: #F820C5;
}
</style>
border-color css
<style>
span { border-color: #F820C5; }
span { border-color: rgb(248,32,197); }
td.TdClassName
{
border-color: #F820C5;
}
.TagClassName
{
border-color: #F820C5;
}
</style>