Shades of Spicy Pink #FF20B4
Tints of Spicy Pink #FF20B4
RGB
CMYK
RGB Variations
Color information
#FF20B4 (or 0xFF20B4) is known color: Spicy Pink. HEX triplet: FF, 20 and B4. RGB value is (255,32,180). Sum of RGB (Red+Green+Blue) = 255+32+180=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20B4 is #00DF4B. Grayscale: #737373. Windows color (decimal): -57164 or 11804927. OLE color: 11804927.
HSL color Cylindrical-coordinate representation of color #FF20B4: hue angle of 320.18º 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 #FF20B4 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 180 | - |
| CMYK | 0 | 0.87 | 0.29 | 0 |
| HSL | 320.18º | 1% | 0.56% | - |
| HSV(B) | 320.18º | 0.87% | 1% | - |
| XYZ | 49.99 | 25.59 | 45.48 | - |
| YUV | 115.55 | 164.38 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 180 | 0 | 0.87 | 0.29 | 0 | 320.18 | 1 | 0.56 |
| Hex | FF | 20 | B4 | 0 | 57 | 1D | 0 | 140 | 64 | 38 |
| Octal | 377 | 40 | 264 | 0 | 127 | 35 | 0 | 500 | 144 | 70 |
| Binary | 11111111 | 100000 | 10110100 | 0 | 1010111 | 11101 | 0 | 101000000 | 1100100 | 111000 |
Color Harmonies of #FF20B4
Complementary color
Monochromatic Colors of #FF20B4
Black with #FF20B4
Text Example
Text Example
White with #FF20B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20B4; }
p { color: rgb(255,32,180); }
H1.HeaderClassName
{
color: #FF20B4;
}
.AnyTagClassName
{
color: #FF20B4;
}
</style>
background-color css
<style>
a { background-color: #FF20B4; }
a { background-color: rgb(255,32,180); }
div.DivClassName
{
background-color: #FF20B4;
}
.BgClassName
{
background-color: #FF20B4;
}
</style>
border-color css
<style>
span { border-color: #FF20B4; }
span { border-color: rgb(255,32,180); }
td.TdClassName
{
border-color: #FF20B4;
}
.TagClassName
{
border-color: #FF20B4;
}
</style>