Shades of Spicy Pink #FD1EBA
Tints of Spicy Pink #FD1EBA
RGB
CMYK
RGB Variations
Color information
#FD1EBA (or 0xFD1EBA) is known color: Spicy Pink. HEX triplet: FD, 1E and BA. RGB value is (253,30,186). Sum of RGB (Red+Green+Blue) = 253+30+186=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EBA is #02E145. Grayscale: #727272. Windows color (decimal): -188742 or 12197629. OLE color: 12197629.
HSL color Cylindrical-coordinate representation of color #FD1EBA: hue angle of 318.03º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1EBA is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 186 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.01 |
| HSL | 318.03º | 0.98% | 0.55% | - |
| HSV(B) | 318.03º | 0.88% | 0.99% | - |
| XYZ | 49.84 | 25.36 | 48.72 | - |
| YUV | 114.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 186 | 0 | 0.88 | 0.26 | 0.01 | 318.03 | 0.98 | 0.55 |
| Hex | FD | 1E | BA | 0 | 58 | 1A | 1 | 13E | 62 | 37 |
| Octal | 375 | 36 | 272 | 0 | 130 | 32 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11110 | 10111010 | 0 | 1011000 | 11010 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD1EBA
Complementary color
Monochromatic Colors of #FD1EBA
Black with #FD1EBA
Text Example
Text Example
White with #FD1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1EBA; }
p { color: rgb(253,30,186); }
H1.HeaderClassName
{
color: #FD1EBA;
}
.AnyTagClassName
{
color: #FD1EBA;
}
</style>
background-color css
<style>
a { background-color: #FD1EBA; }
a { background-color: rgb(253,30,186); }
div.DivClassName
{
background-color: #FD1EBA;
}
.BgClassName
{
background-color: #FD1EBA;
}
</style>
border-color css
<style>
span { border-color: #FD1EBA; }
span { border-color: rgb(253,30,186); }
td.TdClassName
{
border-color: #FD1EBA;
}
.TagClassName
{
border-color: #FD1EBA;
}
</style>