Shades of Shocking Pink #F821C2
Tints of Shocking Pink #F821C2
RGB
CMYK
RGB Variations
Color information
#F821C2 (or 0xF821C2) is known color: Shocking Pink. HEX triplet: F8, 21 and C2. RGB value is (248,33,194). Sum of RGB (Red+Green+Blue) = 248+33+194=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F821C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821C2 is #07DE3D. Grayscale: #737373. Windows color (decimal): -515646 or 12722680. OLE color: 12722680.
HSL color Cylindrical-coordinate representation of color #F821C2: hue angle of 315.07º 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 #F821C2 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 194 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.03 |
| HSL | 315.07º | 0.94% | 0.55% | - |
| HSV(B) | 315.07º | 0.87% | 0.97% | - |
| XYZ | 48.99 | 24.94 | 53.27 | - |
| YUV | 115.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 194 | 0 | 0.87 | 0.22 | 0.03 | 315.07 | 0.94 | 0.55 |
| Hex | F8 | 21 | C2 | 0 | 57 | 16 | 3 | 13B | 5E | 37 |
| Octal | 370 | 41 | 302 | 0 | 127 | 26 | 3 | 473 | 136 | 67 |
| Binary | 11111000 | 100001 | 11000010 | 0 | 1010111 | 10110 | 11 | 100111011 | 1011110 | 110111 |
Color Harmonies of #F821C2
Complementary color
Monochromatic Colors of #F821C2
Black with #F821C2
Text Example
Text Example
White with #F821C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821C2; }
p { color: rgb(248,33,194); }
H1.HeaderClassName
{
color: #F821C2;
}
.AnyTagClassName
{
color: #F821C2;
}
</style>
background-color css
<style>
a { background-color: #F821C2; }
a { background-color: rgb(248,33,194); }
div.DivClassName
{
background-color: #F821C2;
}
.BgClassName
{
background-color: #F821C2;
}
</style>
border-color css
<style>
span { border-color: #F821C2; }
span { border-color: rgb(248,33,194); }
td.TdClassName
{
border-color: #F821C2;
}
.TagClassName
{
border-color: #F821C2;
}
</style>