Shades of Spicy Pink #FF21B7
Tints of Spicy Pink #FF21B7
RGB
CMYK
RGB Variations
Color information
#FF21B7 (or 0xFF21B7) is known color: Spicy Pink. HEX triplet: FF, 21 and B7. RGB value is (255,33,183). Sum of RGB (Red+Green+Blue) = 255+33+183=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21B7 is #00DE48. Grayscale: #747474. Windows color (decimal): -56905 or 12001791. OLE color: 12001791.
HSL color Cylindrical-coordinate representation of color #FF21B7: hue angle of 319.46º 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 #FF21B7 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 183 | - |
| CMYK | 0 | 0.87 | 0.28 | 0 |
| HSL | 319.46º | 1% | 0.56% | - |
| HSV(B) | 319.46º | 0.87% | 1% | - |
| XYZ | 50.33 | 25.77 | 47.12 | - |
| YUV | 116.48 | 165.55 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 183 | 0 | 0.87 | 0.28 | 0 | 319.46 | 1 | 0.56 |
| Hex | FF | 21 | B7 | 0 | 57 | 1C | 0 | 13F | 64 | 38 |
| Octal | 377 | 41 | 267 | 0 | 127 | 34 | 0 | 477 | 144 | 70 |
| Binary | 11111111 | 100001 | 10110111 | 0 | 1010111 | 11100 | 0 | 100111111 | 1100100 | 111000 |
Color Harmonies of #FF21B7
Complementary color
Monochromatic Colors of #FF21B7
Black with #FF21B7
Text Example
Text Example
White with #FF21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21B7; }
p { color: rgb(255,33,183); }
H1.HeaderClassName
{
color: #FF21B7;
}
.AnyTagClassName
{
color: #FF21B7;
}
</style>
background-color css
<style>
a { background-color: #FF21B7; }
a { background-color: rgb(255,33,183); }
div.DivClassName
{
background-color: #FF21B7;
}
.BgClassName
{
background-color: #FF21B7;
}
</style>
border-color css
<style>
span { border-color: #FF21B7; }
span { border-color: rgb(255,33,183); }
td.TdClassName
{
border-color: #FF21B7;
}
.TagClassName
{
border-color: #FF21B7;
}
</style>