Shades of Spicy Pink #FB20AD
Tints of Spicy Pink #FB20AD
RGB
CMYK
RGB Variations
Color information
#FB20AD (or 0xFB20AD) is known color: Spicy Pink. HEX triplet: FB, 20 and AD. RGB value is (251,32,173). Sum of RGB (Red+Green+Blue) = 251+32+173=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB20AD is #04DF52. Grayscale: #717171. Windows color (decimal): -319315 or 11346171. OLE color: 11346171.
HSL color Cylindrical-coordinate representation of color #FB20AD: hue angle of 321.37º 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 #FB20AD is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 173 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.02 |
| HSL | 321.37º | 0.96% | 0.55% | - |
| HSV(B) | 321.37º | 0.87% | 0.98% | - |
| XYZ | 47.84 | 24.56 | 41.75 | - |
| YUV | 113.56 | 161.55 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 173 | 0 | 0.87 | 0.31 | 0.02 | 321.37 | 0.96 | 0.55 |
| Hex | FB | 20 | AD | 0 | 57 | 1F | 2 | 141 | 60 | 37 |
| Octal | 373 | 40 | 255 | 0 | 127 | 37 | 2 | 501 | 140 | 67 |
| Binary | 11111011 | 100000 | 10101101 | 0 | 1010111 | 11111 | 10 | 101000001 | 1100000 | 110111 |
Color Harmonies of #FB20AD
Complementary color
Monochromatic Colors of #FB20AD
Black with #FB20AD
Text Example
Text Example
White with #FB20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20AD; }
p { color: rgb(251,32,173); }
H1.HeaderClassName
{
color: #FB20AD;
}
.AnyTagClassName
{
color: #FB20AD;
}
</style>
background-color css
<style>
a { background-color: #FB20AD; }
a { background-color: rgb(251,32,173); }
div.DivClassName
{
background-color: #FB20AD;
}
.BgClassName
{
background-color: #FB20AD;
}
</style>
border-color css
<style>
span { border-color: #FB20AD; }
span { border-color: rgb(251,32,173); }
td.TdClassName
{
border-color: #FB20AD;
}
.TagClassName
{
border-color: #FB20AD;
}
</style>