Shades of Spicy Pink #FE25B0
Tints of Spicy Pink #FE25B0
RGB
CMYK
RGB Variations
Color information
#FE25B0 (or 0xFE25B0) is known color: Spicy Pink. HEX triplet: FE, 25 and B0. RGB value is (254,37,176). Sum of RGB (Red+Green+Blue) = 254+37+176=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE25B0 is #01DA4F. Grayscale: #757575. Windows color (decimal): -121424 or 11544062. OLE color: 11544062.
HSL color Cylindrical-coordinate representation of color #FE25B0: hue angle of 321.57º 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 #FE25B0 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 176 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.00 |
| HSL | 321.57º | 0.99% | 0.57% | - |
| HSV(B) | 321.57º | 0.85% | 1% | - |
| XYZ | 49.37 | 25.53 | 43.4 | - |
| YUV | 117.73 | 160.89 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 176 | 0 | 0.85 | 0.31 | 0.00 | 321.57 | 0.99 | 0.57 |
| Hex | FE | 25 | B0 | 0 | 55 | 1F | 0 | 142 | 63 | 39 |
| Octal | 376 | 45 | 260 | 0 | 125 | 37 | 0 | 502 | 143 | 71 |
| Binary | 11111110 | 100101 | 10110000 | 0 | 1010101 | 11111 | 0 | 101000010 | 1100011 | 111001 |
Color Harmonies of #FE25B0
Complementary color
Monochromatic Colors of #FE25B0
Black with #FE25B0
Text Example
Text Example
White with #FE25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25B0; }
p { color: rgb(254,37,176); }
H1.HeaderClassName
{
color: #FE25B0;
}
.AnyTagClassName
{
color: #FE25B0;
}
</style>
background-color css
<style>
a { background-color: #FE25B0; }
a { background-color: rgb(254,37,176); }
div.DivClassName
{
background-color: #FE25B0;
}
.BgClassName
{
background-color: #FE25B0;
}
</style>
border-color css
<style>
span { border-color: #FE25B0; }
span { border-color: rgb(254,37,176); }
td.TdClassName
{
border-color: #FE25B0;
}
.TagClassName
{
border-color: #FE25B0;
}
</style>