Shades of Shocking Pink #F820C7
Tints of Shocking Pink #F820C7
RGB
CMYK
RGB Variations
Color information
#F820C7 (or 0xF820C7) is known color: Shocking Pink. HEX triplet: F8, 20 and C7. RGB value is (248,32,199). Sum of RGB (Red+Green+Blue) = 248+32+199=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F820C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820C7 is #07DF38. Grayscale: #737373. Windows color (decimal): -515897 or 13050104. OLE color: 13050104.
HSL color Cylindrical-coordinate representation of color #F820C7: hue angle of 313.61º 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 #F820C7 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 199 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.03 |
| HSL | 313.61º | 0.94% | 0.55% | - |
| HSV(B) | 313.61º | 0.87% | 0.97% | - |
| XYZ | 49.54 | 25.11 | 56.27 | - |
| YUV | 115.62 | 175.06 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 199 | 0 | 0.87 | 0.20 | 0.03 | 313.61 | 0.94 | 0.55 |
| Hex | F8 | 20 | C7 | 0 | 57 | 14 | 3 | 13A | 5E | 37 |
| Octal | 370 | 40 | 307 | 0 | 127 | 24 | 3 | 472 | 136 | 67 |
| Binary | 11111000 | 100000 | 11000111 | 0 | 1010111 | 10100 | 11 | 100111010 | 1011110 | 110111 |
Color Harmonies of #F820C7
Complementary color
Monochromatic Colors of #F820C7
Black with #F820C7
Text Example
Text Example
White with #F820C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820C7; }
p { color: rgb(248,32,199); }
H1.HeaderClassName
{
color: #F820C7;
}
.AnyTagClassName
{
color: #F820C7;
}
</style>
background-color css
<style>
a { background-color: #F820C7; }
a { background-color: rgb(248,32,199); }
div.DivClassName
{
background-color: #F820C7;
}
.BgClassName
{
background-color: #F820C7;
}
</style>
border-color css
<style>
span { border-color: #F820C7; }
span { border-color: rgb(248,32,199); }
td.TdClassName
{
border-color: #F820C7;
}
.TagClassName
{
border-color: #F820C7;
}
</style>