Shades of Spicy Pink #FE29BC
Tints of Spicy Pink #FE29BC
RGB
CMYK
RGB Variations
Color information
#FE29BC (or 0xFE29BC) is known color: Spicy Pink. HEX triplet: FE, 29 and BC. RGB value is (254,41,188). Sum of RGB (Red+Green+Blue) = 254+41+188=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE29BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE29BC is #01D643. Grayscale: #797979. Windows color (decimal): -120388 or 12331518. OLE color: 12331518.
HSL color Cylindrical-coordinate representation of color #FE29BC: hue angle of 318.59º 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 #FE29BC is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 188 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.00 |
| HSL | 318.59º | 0.99% | 0.58% | - |
| HSV(B) | 318.59º | 0.84% | 1% | - |
| XYZ | 50.74 | 26.29 | 49.98 | - |
| YUV | 121.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 188 | 0 | 0.84 | 0.26 | 0.00 | 318.59 | 0.99 | 0.58 |
| Hex | FE | 29 | BC | 0 | 54 | 1A | 0 | 13F | 63 | 3A |
| Octal | 376 | 51 | 274 | 0 | 124 | 32 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101001 | 10111100 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE29BC
Complementary color
Monochromatic Colors of #FE29BC
Black with #FE29BC
Text Example
Text Example
White with #FE29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE29BC; }
p { color: rgb(254,41,188); }
H1.HeaderClassName
{
color: #FE29BC;
}
.AnyTagClassName
{
color: #FE29BC;
}
</style>
background-color css
<style>
a { background-color: #FE29BC; }
a { background-color: rgb(254,41,188); }
div.DivClassName
{
background-color: #FE29BC;
}
.BgClassName
{
background-color: #FE29BC;
}
</style>
border-color css
<style>
span { border-color: #FE29BC; }
span { border-color: rgb(254,41,188); }
td.TdClassName
{
border-color: #FE29BC;
}
.TagClassName
{
border-color: #FE29BC;
}
</style>