Shades of Spicy Pink #FE22BE
Tints of Spicy Pink #FE22BE
RGB
CMYK
RGB Variations
Color information
#FE22BE (or 0xFE22BE) is known color: Spicy Pink. HEX triplet: FE, 22 and BE. RGB value is (254,34,190). Sum of RGB (Red+Green+Blue) = 254+34+190=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE22BE is #01DD41. Grayscale: #757575. Windows color (decimal): -122178 or 12460798. OLE color: 12460798.
HSL color Cylindrical-coordinate representation of color #FE22BE: hue angle of 317.45º 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 #FE22BE is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 190 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.00 |
| HSL | 317.45º | 0.99% | 0.56% | - |
| HSV(B) | 317.45º | 0.87% | 1% | - |
| XYZ | 50.74 | 25.93 | 51.05 | - |
| YUV | 117.56 | 168.89 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 190 | 0 | 0.87 | 0.25 | 0.00 | 317.45 | 0.99 | 0.56 |
| Hex | FE | 22 | BE | 0 | 57 | 19 | 0 | 13D | 63 | 38 |
| Octal | 376 | 42 | 276 | 0 | 127 | 31 | 0 | 475 | 143 | 70 |
| Binary | 11111110 | 100010 | 10111110 | 0 | 1010111 | 11001 | 0 | 100111101 | 1100011 | 111000 |
Color Harmonies of #FE22BE
Complementary color
Monochromatic Colors of #FE22BE
Black with #FE22BE
Text Example
Text Example
White with #FE22BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22BE; }
p { color: rgb(254,34,190); }
H1.HeaderClassName
{
color: #FE22BE;
}
.AnyTagClassName
{
color: #FE22BE;
}
</style>
background-color css
<style>
a { background-color: #FE22BE; }
a { background-color: rgb(254,34,190); }
div.DivClassName
{
background-color: #FE22BE;
}
.BgClassName
{
background-color: #FE22BE;
}
</style>
border-color css
<style>
span { border-color: #FE22BE; }
span { border-color: rgb(254,34,190); }
td.TdClassName
{
border-color: #FE22BE;
}
.TagClassName
{
border-color: #FE22BE;
}
</style>