Shades of Spicy Pink #FB20BA
Tints of Spicy Pink #FB20BA
RGB
CMYK
RGB Variations
Color information
#FB20BA (or 0xFB20BA) is known color: Spicy Pink. HEX triplet: FB, 20 and BA. RGB value is (251,32,186). Sum of RGB (Red+Green+Blue) = 251+32+186=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20BA is #04DF45. Grayscale: #727272. Windows color (decimal): -319302 or 12198139. OLE color: 12198139.
HSL color Cylindrical-coordinate representation of color #FB20BA: hue angle of 317.81º 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 #FB20BA is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.02 |
| HSL | 317.81º | 0.96% | 0.55% | - |
| HSV(B) | 317.81º | 0.87% | 0.98% | - |
| XYZ | 49.16 | 25.09 | 48.71 | - |
| YUV | 115.04 | 168.05 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 186 | 0 | 0.87 | 0.26 | 0.02 | 317.81 | 0.96 | 0.55 |
| Hex | FB | 20 | BA | 0 | 57 | 1A | 2 | 13E | 60 | 37 |
| Octal | 373 | 40 | 272 | 0 | 127 | 32 | 2 | 476 | 140 | 67 |
| Binary | 11111011 | 100000 | 10111010 | 0 | 1010111 | 11010 | 10 | 100111110 | 1100000 | 110111 |
Color Harmonies of #FB20BA
Complementary color
Monochromatic Colors of #FB20BA
Black with #FB20BA
Text Example
Text Example
White with #FB20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20BA; }
p { color: rgb(251,32,186); }
H1.HeaderClassName
{
color: #FB20BA;
}
.AnyTagClassName
{
color: #FB20BA;
}
</style>
background-color css
<style>
a { background-color: #FB20BA; }
a { background-color: rgb(251,32,186); }
div.DivClassName
{
background-color: #FB20BA;
}
.BgClassName
{
background-color: #FB20BA;
}
</style>
border-color css
<style>
span { border-color: #FB20BA; }
span { border-color: rgb(251,32,186); }
td.TdClassName
{
border-color: #FB20BA;
}
.TagClassName
{
border-color: #FB20BA;
}
</style>