Shades of Spicy Pink #FF20B5
Tints of Spicy Pink #FF20B5
RGB
CMYK
RGB Variations
Color information
#FF20B5 (or 0xFF20B5) is known color: Spicy Pink. HEX triplet: FF, 20 and B5. RGB value is (255,32,181). Sum of RGB (Red+Green+Blue) = 255+32+181=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20B5 is #00DF4A. Grayscale: #737373. Windows color (decimal): -57163 or 11870463. OLE color: 11870463.
HSL color Cylindrical-coordinate representation of color #FF20B5: hue angle of 319.91º 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 #FF20B5 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 181 | - |
| CMYK | 0 | 0.87 | 0.29 | 0 |
| HSL | 319.91º | 1% | 0.56% | - |
| HSV(B) | 319.91º | 0.87% | 1% | - |
| XYZ | 50.1 | 25.63 | 46.02 | - |
| YUV | 115.66 | 164.88 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 181 | 0 | 0.87 | 0.29 | 0 | 319.91 | 1 | 0.56 |
| Hex | FF | 20 | B5 | 0 | 57 | 1D | 0 | 140 | 64 | 38 |
| Octal | 377 | 40 | 265 | 0 | 127 | 35 | 0 | 500 | 144 | 70 |
| Binary | 11111111 | 100000 | 10110101 | 0 | 1010111 | 11101 | 0 | 101000000 | 1100100 | 111000 |
Color Harmonies of #FF20B5
Complementary color
Monochromatic Colors of #FF20B5
Black with #FF20B5
Text Example
Text Example
White with #FF20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20B5; }
p { color: rgb(255,32,181); }
H1.HeaderClassName
{
color: #FF20B5;
}
.AnyTagClassName
{
color: #FF20B5;
}
</style>
background-color css
<style>
a { background-color: #FF20B5; }
a { background-color: rgb(255,32,181); }
div.DivClassName
{
background-color: #FF20B5;
}
.BgClassName
{
background-color: #FF20B5;
}
</style>
border-color css
<style>
span { border-color: #FF20B5; }
span { border-color: rgb(255,32,181); }
td.TdClassName
{
border-color: #FF20B5;
}
.TagClassName
{
border-color: #FF20B5;
}
</style>