Shades of Spicy Pink #FB20B9
Tints of Spicy Pink #FB20B9
RGB
CMYK
RGB Variations
Color information
#FB20B9 (or 0xFB20B9) is known color: Spicy Pink. HEX triplet: FB, 20 and B9. RGB value is (251,32,185). Sum of RGB (Red+Green+Blue) = 251+32+185=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20B9 is #04DF46. Grayscale: #727272. Windows color (decimal): -319303 or 12132603. OLE color: 12132603.
HSL color Cylindrical-coordinate representation of color #FB20B9: hue angle of 318.08º 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 #FB20B9 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 185 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.02 |
| HSL | 318.08º | 0.96% | 0.55% | - |
| HSV(B) | 318.08º | 0.87% | 0.98% | - |
| XYZ | 49.06 | 25.05 | 48.15 | - |
| YUV | 114.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 185 | 0 | 0.87 | 0.26 | 0.02 | 318.08 | 0.96 | 0.55 |
| Hex | FB | 20 | B9 | 0 | 57 | 1A | 2 | 13E | 60 | 37 |
| Octal | 373 | 40 | 271 | 0 | 127 | 32 | 2 | 476 | 140 | 67 |
| Binary | 11111011 | 100000 | 10111001 | 0 | 1010111 | 11010 | 10 | 100111110 | 1100000 | 110111 |
Color Harmonies of #FB20B9
Complementary color
Monochromatic Colors of #FB20B9
Black with #FB20B9
Text Example
Text Example
White with #FB20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20B9; }
p { color: rgb(251,32,185); }
H1.HeaderClassName
{
color: #FB20B9;
}
.AnyTagClassName
{
color: #FB20B9;
}
</style>
background-color css
<style>
a { background-color: #FB20B9; }
a { background-color: rgb(251,32,185); }
div.DivClassName
{
background-color: #FB20B9;
}
.BgClassName
{
background-color: #FB20B9;
}
</style>
border-color css
<style>
span { border-color: #FB20B9; }
span { border-color: rgb(251,32,185); }
td.TdClassName
{
border-color: #FB20B9;
}
.TagClassName
{
border-color: #FB20B9;
}
</style>