Shades of Shocking Pink #FD21C2
Tints of Shocking Pink #FD21C2
RGB
CMYK
RGB Variations
Color information
#FD21C2 (or 0xFD21C2) is known color: Shocking Pink. HEX triplet: FD, 21 and C2. RGB value is (253,33,194). Sum of RGB (Red+Green+Blue) = 253+33+194=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD21C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD21C2 is #02DE3D. Grayscale: #747474. Windows color (decimal): -187966 or 12722685. OLE color: 12722685.
HSL color Cylindrical-coordinate representation of color #FD21C2: hue angle of 316.09º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD21C2 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 194 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.01 |
| HSL | 316.09º | 0.98% | 0.56% | - |
| HSV(B) | 316.09º | 0.87% | 0.99% | - |
| XYZ | 50.79 | 25.87 | 53.35 | - |
| YUV | 117.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 194 | 0 | 0.87 | 0.23 | 0.01 | 316.09 | 0.98 | 0.56 |
| Hex | FD | 21 | C2 | 0 | 57 | 17 | 1 | 13C | 62 | 38 |
| Octal | 375 | 41 | 302 | 0 | 127 | 27 | 1 | 474 | 142 | 70 |
| Binary | 11111101 | 100001 | 11000010 | 0 | 1010111 | 10111 | 1 | 100111100 | 1100010 | 111000 |
Color Harmonies of #FD21C2
Complementary color
Monochromatic Colors of #FD21C2
Black with #FD21C2
Text Example
Text Example
White with #FD21C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD21C2; }
p { color: rgb(253,33,194); }
H1.HeaderClassName
{
color: #FD21C2;
}
.AnyTagClassName
{
color: #FD21C2;
}
</style>
background-color css
<style>
a { background-color: #FD21C2; }
a { background-color: rgb(253,33,194); }
div.DivClassName
{
background-color: #FD21C2;
}
.BgClassName
{
background-color: #FD21C2;
}
</style>
border-color css
<style>
span { border-color: #FD21C2; }
span { border-color: rgb(253,33,194); }
td.TdClassName
{
border-color: #FD21C2;
}
.TagClassName
{
border-color: #FD21C2;
}
</style>