Shades of Spicy Pink #FF20BC
Tints of Spicy Pink #FF20BC
RGB
CMYK
RGB Variations
Color information
#FF20BC (or 0xFF20BC) is known color: Spicy Pink. HEX triplet: FF, 20 and BC. RGB value is (255,32,188). Sum of RGB (Red+Green+Blue) = 255+32+188=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20BC is #00DF43. Grayscale: #747474. Windows color (decimal): -57156 or 12329215. OLE color: 12329215.
HSL color Cylindrical-coordinate representation of color #FF20BC: hue angle of 318.03º 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 #FF20BC is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.26 | 0 |
| HSL | 318.03º | 1% | 0.56% | - |
| HSV(B) | 318.03º | 0.87% | 1% | - |
| XYZ | 50.83 | 25.92 | 49.9 | - |
| YUV | 116.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 188 | 0 | 0.87 | 0.26 | 0 | 318.03 | 1 | 0.56 |
| Hex | FF | 20 | BC | 0 | 57 | 1A | 0 | 13E | 64 | 38 |
| Octal | 377 | 40 | 274 | 0 | 127 | 32 | 0 | 476 | 144 | 70 |
| Binary | 11111111 | 100000 | 10111100 | 0 | 1010111 | 11010 | 0 | 100111110 | 1100100 | 111000 |
Color Harmonies of #FF20BC
Complementary color
Monochromatic Colors of #FF20BC
Black with #FF20BC
Text Example
Text Example
White with #FF20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20BC; }
p { color: rgb(255,32,188); }
H1.HeaderClassName
{
color: #FF20BC;
}
.AnyTagClassName
{
color: #FF20BC;
}
</style>
background-color css
<style>
a { background-color: #FF20BC; }
a { background-color: rgb(255,32,188); }
div.DivClassName
{
background-color: #FF20BC;
}
.BgClassName
{
background-color: #FF20BC;
}
</style>
border-color css
<style>
span { border-color: #FF20BC; }
span { border-color: rgb(255,32,188); }
td.TdClassName
{
border-color: #FF20BC;
}
.TagClassName
{
border-color: #FF20BC;
}
</style>