Shades of Spicy Pink #FF21B2
Tints of Spicy Pink #FF21B2
RGB
CMYK
RGB Variations
Color information
#FF21B2 (or 0xFF21B2) is known color: Spicy Pink. HEX triplet: FF, 21 and B2. RGB value is (255,33,178). Sum of RGB (Red+Green+Blue) = 255+33+178=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21B2 is #00DE4D. Grayscale: #737373. Windows color (decimal): -56910 or 11674111. OLE color: 11674111.
HSL color Cylindrical-coordinate representation of color #FF21B2: hue angle of 320.81º 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 #FF21B2 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 178 | - |
| CMYK | 0 | 0.87 | 0.30 | 0 |
| HSL | 320.81º | 1% | 0.56% | - |
| HSV(B) | 320.81º | 0.87% | 1% | - |
| XYZ | 49.82 | 25.56 | 44.43 | - |
| YUV | 115.91 | 163.05 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 178 | 0 | 0.87 | 0.30 | 0 | 320.81 | 1 | 0.56 |
| Hex | FF | 21 | B2 | 0 | 57 | 1E | 0 | 141 | 64 | 38 |
| Octal | 377 | 41 | 262 | 0 | 127 | 36 | 0 | 501 | 144 | 70 |
| Binary | 11111111 | 100001 | 10110010 | 0 | 1010111 | 11110 | 0 | 101000001 | 1100100 | 111000 |
Color Harmonies of #FF21B2
Complementary color
Monochromatic Colors of #FF21B2
Black with #FF21B2
Text Example
Text Example
White with #FF21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21B2; }
p { color: rgb(255,33,178); }
H1.HeaderClassName
{
color: #FF21B2;
}
.AnyTagClassName
{
color: #FF21B2;
}
</style>
background-color css
<style>
a { background-color: #FF21B2; }
a { background-color: rgb(255,33,178); }
div.DivClassName
{
background-color: #FF21B2;
}
.BgClassName
{
background-color: #FF21B2;
}
</style>
border-color css
<style>
span { border-color: #FF21B2; }
span { border-color: rgb(255,33,178); }
td.TdClassName
{
border-color: #FF21B2;
}
.TagClassName
{
border-color: #FF21B2;
}
</style>