Shades of Spicy Pink #FE25BD
Tints of Spicy Pink #FE25BD
RGB
CMYK
RGB Variations
Color information
#FE25BD (or 0xFE25BD) is known color: Spicy Pink. HEX triplet: FE, 25 and BD. RGB value is (254,37,189). Sum of RGB (Red+Green+Blue) = 254+37+189=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE25BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE25BD is #01DA42. Grayscale: #767676. Windows color (decimal): -121411 or 12396030. OLE color: 12396030.
HSL color Cylindrical-coordinate representation of color #FE25BD: hue angle of 317.97º 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 #FE25BD is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 189 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.00 |
| HSL | 317.97º | 0.99% | 0.57% | - |
| HSV(B) | 317.97º | 0.85% | 1% | - |
| XYZ | 50.72 | 26.07 | 50.5 | - |
| YUV | 119.21 | 167.39 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 189 | 0 | 0.85 | 0.26 | 0.00 | 317.97 | 0.99 | 0.57 |
| Hex | FE | 25 | BD | 0 | 55 | 1A | 0 | 13E | 63 | 39 |
| Octal | 376 | 45 | 275 | 0 | 125 | 32 | 0 | 476 | 143 | 71 |
| Binary | 11111110 | 100101 | 10111101 | 0 | 1010101 | 11010 | 0 | 100111110 | 1100011 | 111001 |
Color Harmonies of #FE25BD
Complementary color
Monochromatic Colors of #FE25BD
Black with #FE25BD
Text Example
Text Example
White with #FE25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE25BD; }
p { color: rgb(254,37,189); }
H1.HeaderClassName
{
color: #FE25BD;
}
.AnyTagClassName
{
color: #FE25BD;
}
</style>
background-color css
<style>
a { background-color: #FE25BD; }
a { background-color: rgb(254,37,189); }
div.DivClassName
{
background-color: #FE25BD;
}
.BgClassName
{
background-color: #FE25BD;
}
</style>
border-color css
<style>
span { border-color: #FE25BD; }
span { border-color: rgb(254,37,189); }
td.TdClassName
{
border-color: #FE25BD;
}
.TagClassName
{
border-color: #FE25BD;
}
</style>