Shades of Shocking Pink #F821C5
Tints of Shocking Pink #F821C5
RGB
CMYK
RGB Variations
Color information
#F821C5 (or 0xF821C5) is known color: Shocking Pink. HEX triplet: F8, 21 and C5. RGB value is (248,33,197). Sum of RGB (Red+Green+Blue) = 248+33+197=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F821C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821C5 is #07DE3A. Grayscale: #737373. Windows color (decimal): -515643 or 12919288. OLE color: 12919288.
HSL color Cylindrical-coordinate representation of color #F821C5: hue angle of 314.23º 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 #F821C5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 197 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.03 |
| HSL | 314.23º | 0.94% | 0.55% | - |
| HSV(B) | 314.23º | 0.87% | 0.97% | - |
| XYZ | 49.33 | 25.08 | 55.06 | - |
| YUV | 115.98 | 173.73 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 197 | 0 | 0.87 | 0.21 | 0.03 | 314.23 | 0.94 | 0.55 |
| Hex | F8 | 21 | C5 | 0 | 57 | 15 | 3 | 13A | 5E | 37 |
| Octal | 370 | 41 | 305 | 0 | 127 | 25 | 3 | 472 | 136 | 67 |
| Binary | 11111000 | 100001 | 11000101 | 0 | 1010111 | 10101 | 11 | 100111010 | 1011110 | 110111 |
Color Harmonies of #F821C5
Complementary color
Monochromatic Colors of #F821C5
Black with #F821C5
Text Example
Text Example
White with #F821C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821C5; }
p { color: rgb(248,33,197); }
H1.HeaderClassName
{
color: #F821C5;
}
.AnyTagClassName
{
color: #F821C5;
}
</style>
background-color css
<style>
a { background-color: #F821C5; }
a { background-color: rgb(248,33,197); }
div.DivClassName
{
background-color: #F821C5;
}
.BgClassName
{
background-color: #F821C5;
}
</style>
border-color css
<style>
span { border-color: #F821C5; }
span { border-color: rgb(248,33,197); }
td.TdClassName
{
border-color: #F821C5;
}
.TagClassName
{
border-color: #F821C5;
}
</style>