Shades of Spicy Pink #FE24BC
Tints of Spicy Pink #FE24BC
RGB
CMYK
RGB Variations
Color information
#FE24BC (or 0xFE24BC) is known color: Spicy Pink. HEX triplet: FE, 24 and BC. RGB value is (254,36,188). Sum of RGB (Red+Green+Blue) = 254+36+188=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE24BC is #01DB43. Grayscale: #767676. Windows color (decimal): -121668 or 12330238. OLE color: 12330238.
HSL color Cylindrical-coordinate representation of color #FE24BC: hue angle of 318.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE24BC is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 188 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.00 |
| HSL | 318.17º | 0.99% | 0.57% | - |
| HSV(B) | 318.17º | 0.86% | 1% | - |
| XYZ | 50.58 | 25.96 | 49.92 | - |
| YUV | 118.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 188 | 0 | 0.86 | 0.26 | 0.00 | 318.17 | 0.99 | 0.57 |
| Hex | FE | 24 | BC | 0 | 56 | 1A | 0 | 13E | 63 | 39 |
| Octal | 376 | 44 | 274 | 0 | 126 | 32 | 0 | 476 | 143 | 71 |
| Binary | 11111110 | 100100 | 10111100 | 0 | 1010110 | 11010 | 0 | 100111110 | 1100011 | 111001 |
Color Harmonies of #FE24BC
Complementary color
Monochromatic Colors of #FE24BC
Black with #FE24BC
Text Example
Text Example
White with #FE24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24BC; }
p { color: rgb(254,36,188); }
H1.HeaderClassName
{
color: #FE24BC;
}
.AnyTagClassName
{
color: #FE24BC;
}
</style>
background-color css
<style>
a { background-color: #FE24BC; }
a { background-color: rgb(254,36,188); }
div.DivClassName
{
background-color: #FE24BC;
}
.BgClassName
{
background-color: #FE24BC;
}
</style>
border-color css
<style>
span { border-color: #FE24BC; }
span { border-color: rgb(254,36,188); }
td.TdClassName
{
border-color: #FE24BC;
}
.TagClassName
{
border-color: #FE24BC;
}
</style>