Shades of Spicy Pink #FE20BA
Tints of Spicy Pink #FE20BA
RGB
CMYK
RGB Variations
Color information
#FE20BA (or 0xFE20BA) is known color: Spicy Pink. HEX triplet: FE, 20 and BA. RGB value is (254,32,186). Sum of RGB (Red+Green+Blue) = 254+32+186=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE20BA is #01DF45. Grayscale: #737373. Windows color (decimal): -122694 or 12198142. OLE color: 12198142.
HSL color Cylindrical-coordinate representation of color #FE20BA: hue angle of 318.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20BA is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.00 |
| HSL | 318.38º | 0.99% | 0.56% | - |
| HSV(B) | 318.38º | 0.87% | 1% | - |
| XYZ | 50.25 | 25.65 | 48.76 | - |
| YUV | 115.93 | 167.55 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 186 | 0 | 0.87 | 0.27 | 0.00 | 318.38 | 0.99 | 0.56 |
| Hex | FE | 20 | BA | 0 | 57 | 1B | 0 | 13E | 63 | 38 |
| Octal | 376 | 40 | 272 | 0 | 127 | 33 | 0 | 476 | 143 | 70 |
| Binary | 11111110 | 100000 | 10111010 | 0 | 1010111 | 11011 | 0 | 100111110 | 1100011 | 111000 |
Color Harmonies of #FE20BA
Complementary color
Monochromatic Colors of #FE20BA
Black with #FE20BA
Text Example
Text Example
White with #FE20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20BA; }
p { color: rgb(254,32,186); }
H1.HeaderClassName
{
color: #FE20BA;
}
.AnyTagClassName
{
color: #FE20BA;
}
</style>
background-color css
<style>
a { background-color: #FE20BA; }
a { background-color: rgb(254,32,186); }
div.DivClassName
{
background-color: #FE20BA;
}
.BgClassName
{
background-color: #FE20BA;
}
</style>
border-color css
<style>
span { border-color: #FE20BA; }
span { border-color: rgb(254,32,186); }
td.TdClassName
{
border-color: #FE20BA;
}
.TagClassName
{
border-color: #FE20BA;
}
</style>