Shades of Spicy Pink #FB20B0
Tints of Spicy Pink #FB20B0
RGB
CMYK
RGB Variations
Color information
#FB20B0 (or 0xFB20B0) is known color: Spicy Pink. HEX triplet: FB, 20 and B0. RGB value is (251,32,176). Sum of RGB (Red+Green+Blue) = 251+32+176=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB20B0 is #04DF4F. Grayscale: #717171. Windows color (decimal): -319312 or 11542779. OLE color: 11542779.
HSL color Cylindrical-coordinate representation of color #FB20B0: hue angle of 320.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB20B0 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 176 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.02 |
| HSL | 320.55º | 0.96% | 0.55% | - |
| HSV(B) | 320.55º | 0.87% | 0.98% | - |
| XYZ | 48.14 | 24.68 | 43.3 | - |
| YUV | 113.9 | 163.05 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 176 | 0 | 0.87 | 0.30 | 0.02 | 320.55 | 0.96 | 0.55 |
| Hex | FB | 20 | B0 | 0 | 57 | 1E | 2 | 141 | 60 | 37 |
| Octal | 373 | 40 | 260 | 0 | 127 | 36 | 2 | 501 | 140 | 67 |
| Binary | 11111011 | 100000 | 10110000 | 0 | 1010111 | 11110 | 10 | 101000001 | 1100000 | 110111 |
Color Harmonies of #FB20B0
Complementary color
Monochromatic Colors of #FB20B0
Black with #FB20B0
Text Example
Text Example
White with #FB20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20B0; }
p { color: rgb(251,32,176); }
H1.HeaderClassName
{
color: #FB20B0;
}
.AnyTagClassName
{
color: #FB20B0;
}
</style>
background-color css
<style>
a { background-color: #FB20B0; }
a { background-color: rgb(251,32,176); }
div.DivClassName
{
background-color: #FB20B0;
}
.BgClassName
{
background-color: #FB20B0;
}
</style>
border-color css
<style>
span { border-color: #FB20B0; }
span { border-color: rgb(251,32,176); }
td.TdClassName
{
border-color: #FB20B0;
}
.TagClassName
{
border-color: #FB20B0;
}
</style>