Shades of Spicy Pink #FF21BB
Tints of Spicy Pink #FF21BB
RGB
CMYK
RGB Variations
Color information
#FF21BB (or 0xFF21BB) is known color: Spicy Pink. HEX triplet: FF, 21 and BB. RGB value is (255,33,187). Sum of RGB (Red+Green+Blue) = 255+33+187=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF21BB is #00DE44. Grayscale: #747474. Windows color (decimal): -56901 or 12263935. OLE color: 12263935.
HSL color Cylindrical-coordinate representation of color #FF21BB: hue angle of 318.38º 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 #FF21BB is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 187 | - |
| CMYK | 0 | 0.87 | 0.27 | 0 |
| HSL | 318.38º | 1% | 0.56% | - |
| HSV(B) | 318.38º | 0.87% | 1% | - |
| XYZ | 50.75 | 25.94 | 49.34 | - |
| YUV | 116.93 | 167.55 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 187 | 0 | 0.87 | 0.27 | 0 | 318.38 | 1 | 0.56 |
| Hex | FF | 21 | BB | 0 | 57 | 1B | 0 | 13E | 64 | 38 |
| Octal | 377 | 41 | 273 | 0 | 127 | 33 | 0 | 476 | 144 | 70 |
| Binary | 11111111 | 100001 | 10111011 | 0 | 1010111 | 11011 | 0 | 100111110 | 1100100 | 111000 |
Color Harmonies of #FF21BB
Complementary color
Monochromatic Colors of #FF21BB
Black with #FF21BB
Text Example
Text Example
White with #FF21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21BB; }
p { color: rgb(255,33,187); }
H1.HeaderClassName
{
color: #FF21BB;
}
.AnyTagClassName
{
color: #FF21BB;
}
</style>
background-color css
<style>
a { background-color: #FF21BB; }
a { background-color: rgb(255,33,187); }
div.DivClassName
{
background-color: #FF21BB;
}
.BgClassName
{
background-color: #FF21BB;
}
</style>
border-color css
<style>
span { border-color: #FF21BB; }
span { border-color: rgb(255,33,187); }
td.TdClassName
{
border-color: #FF21BB;
}
.TagClassName
{
border-color: #FF21BB;
}
</style>