Shades of Spicy Pink #FB21B2
Tints of Spicy Pink #FB21B2
RGB
CMYK
RGB Variations
Color information
#FB21B2 (or 0xFB21B2) is known color: Spicy Pink. HEX triplet: FB, 21 and B2. RGB value is (251,33,178). Sum of RGB (Red+Green+Blue) = 251+33+178=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21B2 is #04DE4D. Grayscale: #727272. Windows color (decimal): -319054 or 11674107. OLE color: 11674107.
HSL color Cylindrical-coordinate representation of color #FB21B2: hue angle of 320.09º 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 #FB21B2 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 178 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.02 |
| HSL | 320.09º | 0.96% | 0.56% | - |
| HSV(B) | 320.09º | 0.87% | 0.98% | - |
| XYZ | 48.36 | 24.81 | 44.36 | - |
| YUV | 114.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 178 | 0 | 0.87 | 0.29 | 0.02 | 320.09 | 0.96 | 0.56 |
| Hex | FB | 21 | B2 | 0 | 57 | 1D | 2 | 140 | 60 | 38 |
| Octal | 373 | 41 | 262 | 0 | 127 | 35 | 2 | 500 | 140 | 70 |
| Binary | 11111011 | 100001 | 10110010 | 0 | 1010111 | 11101 | 10 | 101000000 | 1100000 | 111000 |
Color Harmonies of #FB21B2
Complementary color
Monochromatic Colors of #FB21B2
Black with #FB21B2
Text Example
Text Example
White with #FB21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB21B2; }
p { color: rgb(251,33,178); }
H1.HeaderClassName
{
color: #FB21B2;
}
.AnyTagClassName
{
color: #FB21B2;
}
</style>
background-color css
<style>
a { background-color: #FB21B2; }
a { background-color: rgb(251,33,178); }
div.DivClassName
{
background-color: #FB21B2;
}
.BgClassName
{
background-color: #FB21B2;
}
</style>
border-color css
<style>
span { border-color: #FB21B2; }
span { border-color: rgb(251,33,178); }
td.TdClassName
{
border-color: #FB21B2;
}
.TagClassName
{
border-color: #FB21B2;
}
</style>