Shades of Spicy Pink #FE1DBB
Tints of Spicy Pink #FE1DBB
RGB
CMYK
RGB Variations
Color information
#FE1DBB (or 0xFE1DBB) is known color: Spicy Pink. HEX triplet: FE, 1D and BB. RGB value is (254,29,187). Sum of RGB (Red+Green+Blue) = 254+29+187=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DBB is #01E244. Grayscale: #717171. Windows color (decimal): -123461 or 12262910. OLE color: 12262910.
HSL color Cylindrical-coordinate representation of color #FE1DBB: hue angle of 317.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DBB is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 187 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.00 |
| HSL | 317.87º | 0.99% | 0.55% | - |
| HSV(B) | 317.87º | 0.89% | 1% | - |
| XYZ | 50.28 | 25.54 | 49.29 | - |
| YUV | 114.29 | 169.04 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 187 | 0 | 0.89 | 0.26 | 0.00 | 317.87 | 0.99 | 0.55 |
| Hex | FE | 1D | BB | 0 | 59 | 1A | 0 | 13E | 63 | 37 |
| Octal | 376 | 35 | 273 | 0 | 131 | 32 | 0 | 476 | 143 | 67 |
| Binary | 11111110 | 11101 | 10111011 | 0 | 1011001 | 11010 | 0 | 100111110 | 1100011 | 110111 |
Color Harmonies of #FE1DBB
Complementary color
Monochromatic Colors of #FE1DBB
Black with #FE1DBB
Text Example
Text Example
White with #FE1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DBB; }
p { color: rgb(254,29,187); }
H1.HeaderClassName
{
color: #FE1DBB;
}
.AnyTagClassName
{
color: #FE1DBB;
}
</style>
background-color css
<style>
a { background-color: #FE1DBB; }
a { background-color: rgb(254,29,187); }
div.DivClassName
{
background-color: #FE1DBB;
}
.BgClassName
{
background-color: #FE1DBB;
}
</style>
border-color css
<style>
span { border-color: #FE1DBB; }
span { border-color: rgb(254,29,187); }
td.TdClassName
{
border-color: #FE1DBB;
}
.TagClassName
{
border-color: #FE1DBB;
}
</style>