Shades of Spicy Pink #FB21AE
Tints of Spicy Pink #FB21AE
RGB
CMYK
RGB Variations
Color information
#FB21AE (or 0xFB21AE) is known color: Spicy Pink. HEX triplet: FB, 21 and AE. RGB value is (251,33,174). Sum of RGB (Red+Green+Blue) = 251+33+174=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21AE is #04DE51. Grayscale: #717171. Windows color (decimal): -319058 or 11411963. OLE color: 11411963.
HSL color Cylindrical-coordinate representation of color #FB21AE: hue angle of 321.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB21AE is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 174 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.02 |
| HSL | 321.19º | 0.96% | 0.56% | - |
| HSV(B) | 321.19º | 0.87% | 0.98% | - |
| XYZ | 47.97 | 24.65 | 42.27 | - |
| YUV | 114.26 | 161.72 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 174 | 0 | 0.87 | 0.31 | 0.02 | 321.19 | 0.96 | 0.56 |
| Hex | FB | 21 | AE | 0 | 57 | 1F | 2 | 141 | 60 | 38 |
| Octal | 373 | 41 | 256 | 0 | 127 | 37 | 2 | 501 | 140 | 70 |
| Binary | 11111011 | 100001 | 10101110 | 0 | 1010111 | 11111 | 10 | 101000001 | 1100000 | 111000 |
Color Harmonies of #FB21AE
Complementary color
Monochromatic Colors of #FB21AE
Black with #FB21AE
Text Example
Text Example
White with #FB21AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21AE; }
p { color: rgb(251,33,174); }
H1.HeaderClassName
{
color: #FB21AE;
}
.AnyTagClassName
{
color: #FB21AE;
}
</style>
background-color css
<style>
a { background-color: #FB21AE; }
a { background-color: rgb(251,33,174); }
div.DivClassName
{
background-color: #FB21AE;
}
.BgClassName
{
background-color: #FB21AE;
}
</style>
border-color css
<style>
span { border-color: #FB21AE; }
span { border-color: rgb(251,33,174); }
td.TdClassName
{
border-color: #FB21AE;
}
.TagClassName
{
border-color: #FB21AE;
}
</style>