Shades of Spicy Pink #FE2DB9
Tints of Spicy Pink #FE2DB9
RGB
CMYK
RGB Variations
Color information
#FE2DB9 (or 0xFE2DB9) is known color: Spicy Pink. HEX triplet: FE, 2D and B9. RGB value is (254,45,185). Sum of RGB (Red+Green+Blue) = 254+45+185=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DB9 is #01D246. Grayscale: #7B7B7B. Windows color (decimal): -119367 or 12135934. OLE color: 12135934.
HSL color Cylindrical-coordinate representation of color #FE2DB9: hue angle of 319.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DB9 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 185 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.00 |
| HSL | 319.81º | 0.99% | 0.59% | - |
| HSV(B) | 319.81º | 0.82% | 1% | - |
| XYZ | 50.57 | 26.45 | 48.34 | - |
| YUV | 123.45 | 162.74 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 185 | 0 | 0.82 | 0.27 | 0.00 | 319.81 | 0.99 | 0.59 |
| Hex | FE | 2D | B9 | 0 | 52 | 1B | 0 | 140 | 63 | 3B |
| Octal | 376 | 55 | 271 | 0 | 122 | 33 | 0 | 500 | 143 | 73 |
| Binary | 11111110 | 101101 | 10111001 | 0 | 1010010 | 11011 | 0 | 101000000 | 1100011 | 111011 |
Color Harmonies of #FE2DB9
Complementary color
Monochromatic Colors of #FE2DB9
Black with #FE2DB9
Text Example
Text Example
White with #FE2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DB9; }
p { color: rgb(254,45,185); }
H1.HeaderClassName
{
color: #FE2DB9;
}
.AnyTagClassName
{
color: #FE2DB9;
}
</style>
background-color css
<style>
a { background-color: #FE2DB9; }
a { background-color: rgb(254,45,185); }
div.DivClassName
{
background-color: #FE2DB9;
}
.BgClassName
{
background-color: #FE2DB9;
}
</style>
border-color css
<style>
span { border-color: #FE2DB9; }
span { border-color: rgb(254,45,185); }
td.TdClassName
{
border-color: #FE2DB9;
}
.TagClassName
{
border-color: #FE2DB9;
}
</style>