Shades of Spicy Pink #FE29BA
Tints of Spicy Pink #FE29BA
RGB
CMYK
RGB Variations
Color information
#FE29BA (or 0xFE29BA) is known color: Spicy Pink. HEX triplet: FE, 29 and BA. RGB value is (254,41,186). Sum of RGB (Red+Green+Blue) = 254+41+186=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29BA is #01D645. Grayscale: #787878. Windows color (decimal): -120390 or 12200446. OLE color: 12200446.
HSL color Cylindrical-coordinate representation of color #FE29BA: hue angle of 319.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE29BA is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 186 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.00 |
| HSL | 319.15º | 0.99% | 0.58% | - |
| HSV(B) | 319.15º | 0.84% | 1% | - |
| XYZ | 50.53 | 26.2 | 48.85 | - |
| YUV | 121.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 186 | 0 | 0.84 | 0.27 | 0.00 | 319.15 | 0.99 | 0.58 |
| Hex | FE | 29 | BA | 0 | 54 | 1B | 0 | 13F | 63 | 3A |
| Octal | 376 | 51 | 272 | 0 | 124 | 33 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101001 | 10111010 | 0 | 1010100 | 11011 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE29BA
Complementary color
Monochromatic Colors of #FE29BA
Black with #FE29BA
Text Example
Text Example
White with #FE29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29BA; }
p { color: rgb(254,41,186); }
H1.HeaderClassName
{
color: #FE29BA;
}
.AnyTagClassName
{
color: #FE29BA;
}
</style>
background-color css
<style>
a { background-color: #FE29BA; }
a { background-color: rgb(254,41,186); }
div.DivClassName
{
background-color: #FE29BA;
}
.BgClassName
{
background-color: #FE29BA;
}
</style>
border-color css
<style>
span { border-color: #FE29BA; }
span { border-color: rgb(254,41,186); }
td.TdClassName
{
border-color: #FE29BA;
}
.TagClassName
{
border-color: #FE29BA;
}
</style>