Shades of Spicy Pink #FF20BA
Tints of Spicy Pink #FF20BA
RGB
CMYK
RGB Variations
Color information
#FF20BA (or 0xFF20BA) is known color: Spicy Pink. HEX triplet: FF, 20 and BA. RGB value is (255,32,186). Sum of RGB (Red+Green+Blue) = 255+32+186=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20BA is #00DF45. Grayscale: #737373. Windows color (decimal): -57158 or 12198143. OLE color: 12198143.
HSL color Cylindrical-coordinate representation of color #FF20BA: hue angle of 318.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20BA is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.27 | 0 |
| HSL | 318.57º | 1% | 0.56% | - |
| HSV(B) | 318.57º | 0.87% | 1% | - |
| XYZ | 50.62 | 25.84 | 48.77 | - |
| YUV | 116.23 | 167.38 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 186 | 0 | 0.87 | 0.27 | 0 | 318.57 | 1 | 0.56 |
| Hex | FF | 20 | BA | 0 | 57 | 1B | 0 | 13F | 64 | 38 |
| Octal | 377 | 40 | 272 | 0 | 127 | 33 | 0 | 477 | 144 | 70 |
| Binary | 11111111 | 100000 | 10111010 | 0 | 1010111 | 11011 | 0 | 100111111 | 1100100 | 111000 |
Color Harmonies of #FF20BA
Complementary color
Monochromatic Colors of #FF20BA
Black with #FF20BA
Text Example
Text Example
White with #FF20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20BA; }
p { color: rgb(255,32,186); }
H1.HeaderClassName
{
color: #FF20BA;
}
.AnyTagClassName
{
color: #FF20BA;
}
</style>
background-color css
<style>
a { background-color: #FF20BA; }
a { background-color: rgb(255,32,186); }
div.DivClassName
{
background-color: #FF20BA;
}
.BgClassName
{
background-color: #FF20BA;
}
</style>
border-color css
<style>
span { border-color: #FF20BA; }
span { border-color: rgb(255,32,186); }
td.TdClassName
{
border-color: #FF20BA;
}
.TagClassName
{
border-color: #FF20BA;
}
</style>