Shades of Spicy Pink #FE22BC
Tints of Spicy Pink #FE22BC
RGB
CMYK
RGB Variations
Color information
#FE22BC (or 0xFE22BC) is known color: Spicy Pink. HEX triplet: FE, 22 and BC. RGB value is (254,34,188). Sum of RGB (Red+Green+Blue) = 254+34+188=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22BC is #01DD43. Grayscale: #747474. Windows color (decimal): -122180 or 12329726. OLE color: 12329726.
HSL color Cylindrical-coordinate representation of color #FE22BC: hue angle of 318º 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 #FE22BC is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 188 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.00 |
| HSL | 318º | 0.99% | 0.56% | - |
| HSV(B) | 318º | 0.87% | 1% | - |
| XYZ | 50.52 | 25.85 | 49.9 | - |
| YUV | 117.34 | 167.89 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 188 | 0 | 0.87 | 0.26 | 0.00 | 318 | 0.99 | 0.56 |
| Hex | FE | 22 | BC | 0 | 57 | 1A | 0 | 13E | 63 | 38 |
| Octal | 376 | 42 | 274 | 0 | 127 | 32 | 0 | 476 | 143 | 70 |
| Binary | 11111110 | 100010 | 10111100 | 0 | 1010111 | 11010 | 0 | 100111110 | 1100011 | 111000 |
Color Harmonies of #FE22BC
Complementary color
Monochromatic Colors of #FE22BC
Black with #FE22BC
Text Example
Text Example
White with #FE22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22BC; }
p { color: rgb(254,34,188); }
H1.HeaderClassName
{
color: #FE22BC;
}
.AnyTagClassName
{
color: #FE22BC;
}
</style>
background-color css
<style>
a { background-color: #FE22BC; }
a { background-color: rgb(254,34,188); }
div.DivClassName
{
background-color: #FE22BC;
}
.BgClassName
{
background-color: #FE22BC;
}
</style>
border-color css
<style>
span { border-color: #FE22BC; }
span { border-color: rgb(254,34,188); }
td.TdClassName
{
border-color: #FE22BC;
}
.TagClassName
{
border-color: #FE22BC;
}
</style>