Shades of Spicy Pink #FE28BC
Tints of Spicy Pink #FE28BC
RGB
CMYK
RGB Variations
Color information
#FE28BC (or 0xFE28BC) is known color: Spicy Pink. HEX triplet: FE, 28 and BC. RGB value is (254,40,188). Sum of RGB (Red+Green+Blue) = 254+40+188=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE28BC is #01D743. Grayscale: #787878. Windows color (decimal): -120644 or 12331262. OLE color: 12331262.
HSL color Cylindrical-coordinate representation of color #FE28BC: hue angle of 318.5º 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 #FE28BC is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.00 |
| HSL | 318.5º | 0.99% | 0.58% | - |
| HSV(B) | 318.5º | 0.84% | 1% | - |
| XYZ | 50.71 | 26.22 | 49.97 | - |
| YUV | 120.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 188 | 0 | 0.84 | 0.26 | 0.00 | 318.5 | 0.99 | 0.58 |
| Hex | FE | 28 | BC | 0 | 54 | 1A | 0 | 13F | 63 | 3A |
| Octal | 376 | 50 | 274 | 0 | 124 | 32 | 0 | 477 | 143 | 72 |
| Binary | 11111110 | 101000 | 10111100 | 0 | 1010100 | 11010 | 0 | 100111111 | 1100011 | 111010 |
Color Harmonies of #FE28BC
Complementary color
Monochromatic Colors of #FE28BC
Black with #FE28BC
Text Example
Text Example
White with #FE28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE28BC; }
p { color: rgb(254,40,188); }
H1.HeaderClassName
{
color: #FE28BC;
}
.AnyTagClassName
{
color: #FE28BC;
}
</style>
background-color css
<style>
a { background-color: #FE28BC; }
a { background-color: rgb(254,40,188); }
div.DivClassName
{
background-color: #FE28BC;
}
.BgClassName
{
background-color: #FE28BC;
}
</style>
border-color css
<style>
span { border-color: #FE28BC; }
span { border-color: rgb(254,40,188); }
td.TdClassName
{
border-color: #FE28BC;
}
.TagClassName
{
border-color: #FE28BC;
}
</style>