Shades of Spicy Pink #FE25BE
Tints of Spicy Pink #FE25BE
RGB
CMYK
RGB Variations
Color information
#FE25BE (or 0xFE25BE) is known color: Spicy Pink. HEX triplet: FE, 25 and BE. RGB value is (254,37,190). Sum of RGB (Red+Green+Blue) = 254+37+190=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25BE is #01DA41. Grayscale: #767676. Windows color (decimal): -121410 or 12461566. OLE color: 12461566.
HSL color Cylindrical-coordinate representation of color #FE25BE: hue angle of 317.7º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE25BE is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 190 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.00 |
| HSL | 317.7º | 0.99% | 0.57% | - |
| HSV(B) | 317.7º | 0.85% | 1% | - |
| XYZ | 50.83 | 26.11 | 51.08 | - |
| YUV | 119.33 | 167.89 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 190 | 0 | 0.85 | 0.25 | 0.00 | 317.7 | 0.99 | 0.57 |
| Hex | FE | 25 | BE | 0 | 55 | 19 | 0 | 13E | 63 | 39 |
| Octal | 376 | 45 | 276 | 0 | 125 | 31 | 0 | 476 | 143 | 71 |
| Binary | 11111110 | 100101 | 10111110 | 0 | 1010101 | 11001 | 0 | 100111110 | 1100011 | 111001 |
Color Harmonies of #FE25BE
Complementary color
Monochromatic Colors of #FE25BE
Black with #FE25BE
Text Example
Text Example
White with #FE25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25BE; }
p { color: rgb(254,37,190); }
H1.HeaderClassName
{
color: #FE25BE;
}
.AnyTagClassName
{
color: #FE25BE;
}
</style>
background-color css
<style>
a { background-color: #FE25BE; }
a { background-color: rgb(254,37,190); }
div.DivClassName
{
background-color: #FE25BE;
}
.BgClassName
{
background-color: #FE25BE;
}
</style>
border-color css
<style>
span { border-color: #FE25BE; }
span { border-color: rgb(254,37,190); }
td.TdClassName
{
border-color: #FE25BE;
}
.TagClassName
{
border-color: #FE25BE;
}
</style>