Shades of Shocking Pink #F820C4
Tints of Shocking Pink #F820C4
RGB
CMYK
RGB Variations
Color information
#F820C4 (or 0xF820C4) is known color: Shocking Pink. HEX triplet: F8, 20 and C4. RGB value is (248,32,196). Sum of RGB (Red+Green+Blue) = 248+32+196=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 32 (12.89% from 255 or 6.72% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F820C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820C4 is #07DF3B. Grayscale: #727272. Windows color (decimal): -515900 or 12853496. OLE color: 12853496.
HSL color Cylindrical-coordinate representation of color #F820C4: hue angle of 314.44º 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 #F820C4 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 196 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.03 |
| HSL | 314.44º | 0.94% | 0.55% | - |
| HSV(B) | 314.44º | 0.87% | 0.97% | - |
| XYZ | 49.19 | 24.98 | 54.45 | - |
| YUV | 115.28 | 173.56 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 196 | 0 | 0.87 | 0.21 | 0.03 | 314.44 | 0.94 | 0.55 |
| Hex | F8 | 20 | C4 | 0 | 57 | 15 | 3 | 13A | 5E | 37 |
| Octal | 370 | 40 | 304 | 0 | 127 | 25 | 3 | 472 | 136 | 67 |
| Binary | 11111000 | 100000 | 11000100 | 0 | 1010111 | 10101 | 11 | 100111010 | 1011110 | 110111 |
Color Harmonies of #F820C4
Complementary color
Monochromatic Colors of #F820C4
Black with #F820C4
Text Example
Text Example
White with #F820C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F820C4; }
p { color: rgb(248,32,196); }
H1.HeaderClassName
{
color: #F820C4;
}
.AnyTagClassName
{
color: #F820C4;
}
</style>
background-color css
<style>
a { background-color: #F820C4; }
a { background-color: rgb(248,32,196); }
div.DivClassName
{
background-color: #F820C4;
}
.BgClassName
{
background-color: #F820C4;
}
</style>
border-color css
<style>
span { border-color: #F820C4; }
span { border-color: rgb(248,32,196); }
td.TdClassName
{
border-color: #F820C4;
}
.TagClassName
{
border-color: #F820C4;
}
</style>