Shades of Spicy Pink #FE2DB4
Tints of Spicy Pink #FE2DB4
RGB
CMYK
RGB Variations
Color information
#FE2DB4 (or 0xFE2DB4) is known color: Spicy Pink. HEX triplet: FE, 2D and B4. RGB value is (254,45,180). Sum of RGB (Red+Green+Blue) = 254+45+180=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DB4 is #01D24B. Grayscale: #7A7A7A. Windows color (decimal): -119372 or 11808254. OLE color: 11808254.
HSL color Cylindrical-coordinate representation of color #FE2DB4: hue angle of 321.24º 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 #FE2DB4 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 180 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.00 |
| HSL | 321.24º | 0.99% | 0.59% | - |
| HSV(B) | 321.24º | 0.82% | 1% | - |
| XYZ | 50.05 | 26.24 | 45.61 | - |
| YUV | 122.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 180 | 0 | 0.82 | 0.29 | 0.00 | 321.24 | 0.99 | 0.59 |
| Hex | FE | 2D | B4 | 0 | 52 | 1D | 0 | 141 | 63 | 3B |
| Octal | 376 | 55 | 264 | 0 | 122 | 35 | 0 | 501 | 143 | 73 |
| Binary | 11111110 | 101101 | 10110100 | 0 | 1010010 | 11101 | 0 | 101000001 | 1100011 | 111011 |
Color Harmonies of #FE2DB4
Complementary color
Monochromatic Colors of #FE2DB4
Black with #FE2DB4
Text Example
Text Example
White with #FE2DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DB4; }
p { color: rgb(254,45,180); }
H1.HeaderClassName
{
color: #FE2DB4;
}
.AnyTagClassName
{
color: #FE2DB4;
}
</style>
background-color css
<style>
a { background-color: #FE2DB4; }
a { background-color: rgb(254,45,180); }
div.DivClassName
{
background-color: #FE2DB4;
}
.BgClassName
{
background-color: #FE2DB4;
}
</style>
border-color css
<style>
span { border-color: #FE2DB4; }
span { border-color: rgb(254,45,180); }
td.TdClassName
{
border-color: #FE2DB4;
}
.TagClassName
{
border-color: #FE2DB4;
}
</style>