Shades of Spicy Pink #FF21AC
Tints of Spicy Pink #FF21AC
RGB
CMYK
RGB Variations
Color information
#FF21AC (or 0xFF21AC) is known color: Spicy Pink. HEX triplet: FF, 21 and AC. RGB value is (255,33,172). Sum of RGB (Red+Green+Blue) = 255+33+172=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21AC is #00DE53. Grayscale: #727272. Windows color (decimal): -56916 or 11280895. OLE color: 11280895.
HSL color Cylindrical-coordinate representation of color #FF21AC: hue angle of 322.43º 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 #FF21AC is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 172 | - |
| CMYK | 0 | 0.87 | 0.33 | 0 |
| HSL | 322.43º | 1% | 0.56% | - |
| HSV(B) | 322.43º | 0.87% | 1% | - |
| XYZ | 49.23 | 25.33 | 41.32 | - |
| YUV | 115.22 | 160.05 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 172 | 0 | 0.87 | 0.33 | 0 | 322.43 | 1 | 0.56 |
| Hex | FF | 21 | AC | 0 | 57 | 21 | 0 | 142 | 64 | 38 |
| Octal | 377 | 41 | 254 | 0 | 127 | 41 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 100001 | 10101100 | 0 | 1010111 | 100001 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF21AC
Complementary color
Monochromatic Colors of #FF21AC
Black with #FF21AC
Text Example
Text Example
White with #FF21AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21AC; }
p { color: rgb(255,33,172); }
H1.HeaderClassName
{
color: #FF21AC;
}
.AnyTagClassName
{
color: #FF21AC;
}
</style>
background-color css
<style>
a { background-color: #FF21AC; }
a { background-color: rgb(255,33,172); }
div.DivClassName
{
background-color: #FF21AC;
}
.BgClassName
{
background-color: #FF21AC;
}
</style>
border-color css
<style>
span { border-color: #FF21AC; }
span { border-color: rgb(255,33,172); }
td.TdClassName
{
border-color: #FF21AC;
}
.TagClassName
{
border-color: #FF21AC;
}
</style>