Shades of Shocking Pink #FF21C1
Tints of Shocking Pink #FF21C1
RGB
CMYK
RGB Variations
Color information
#FF21C1 (or 0xFF21C1) is known color: Shocking Pink. HEX triplet: FF, 21 and C1. RGB value is (255,33,193). Sum of RGB (Red+Green+Blue) = 255+33+193=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21C1 is #00DE3E. Grayscale: #757575. Windows color (decimal): -56895 or 12657151. OLE color: 12657151.
HSL color Cylindrical-coordinate representation of color #FF21C1: hue angle of 316.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF21C1 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 193 | - |
| CMYK | 0 | 0.87 | 0.24 | 0 |
| HSL | 316.76º | 1% | 0.56% | - |
| HSV(B) | 316.76º | 0.87% | 1% | - |
| XYZ | 51.41 | 26.2 | 52.8 | - |
| YUV | 117.62 | 170.55 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 193 | 0 | 0.87 | 0.24 | 0 | 316.76 | 1 | 0.56 |
| Hex | FF | 21 | C1 | 0 | 57 | 18 | 0 | 13D | 64 | 38 |
| Octal | 377 | 41 | 301 | 0 | 127 | 30 | 0 | 475 | 144 | 70 |
| Binary | 11111111 | 100001 | 11000001 | 0 | 1010111 | 11000 | 0 | 100111101 | 1100100 | 111000 |
Color Harmonies of #FF21C1
Complementary color
Monochromatic Colors of #FF21C1
Black with #FF21C1
Text Example
Text Example
White with #FF21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21C1; }
p { color: rgb(255,33,193); }
H1.HeaderClassName
{
color: #FF21C1;
}
.AnyTagClassName
{
color: #FF21C1;
}
</style>
background-color css
<style>
a { background-color: #FF21C1; }
a { background-color: rgb(255,33,193); }
div.DivClassName
{
background-color: #FF21C1;
}
.BgClassName
{
background-color: #FF21C1;
}
</style>
border-color css
<style>
span { border-color: #FF21C1; }
span { border-color: rgb(255,33,193); }
td.TdClassName
{
border-color: #FF21C1;
}
.TagClassName
{
border-color: #FF21C1;
}
</style>