Shades of Spicy Pink #FE27BC
Tints of Spicy Pink #FE27BC
RGB
CMYK
RGB Variations
Color information
#FE27BC (or 0xFE27BC) is known color: Spicy Pink. HEX triplet: FE, 27 and BC. RGB value is (254,39,188). Sum of RGB (Red+Green+Blue) = 254+39+188=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27BC is #01D843. Grayscale: #777777. Windows color (decimal): -120900 or 12331006. OLE color: 12331006.
HSL color Cylindrical-coordinate representation of color #FE27BC: hue angle of 318.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27BC is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 188 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.00 |
| HSL | 318.42º | 0.99% | 0.57% | - |
| HSV(B) | 318.42º | 0.85% | 1% | - |
| XYZ | 50.68 | 26.15 | 49.95 | - |
| YUV | 120.27 | 166.23 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 188 | 0 | 0.85 | 0.26 | 0.00 | 318.42 | 0.99 | 0.57 |
| Hex | FE | 27 | BC | 0 | 55 | 1A | 0 | 13E | 63 | 39 |
| Octal | 376 | 47 | 274 | 0 | 125 | 32 | 0 | 476 | 143 | 71 |
| Binary | 11111110 | 100111 | 10111100 | 0 | 1010101 | 11010 | 0 | 100111110 | 1100011 | 111001 |
Color Harmonies of #FE27BC
Complementary color
Monochromatic Colors of #FE27BC
Black with #FE27BC
Text Example
Text Example
White with #FE27BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27BC; }
p { color: rgb(254,39,188); }
H1.HeaderClassName
{
color: #FE27BC;
}
.AnyTagClassName
{
color: #FE27BC;
}
</style>
background-color css
<style>
a { background-color: #FE27BC; }
a { background-color: rgb(254,39,188); }
div.DivClassName
{
background-color: #FE27BC;
}
.BgClassName
{
background-color: #FE27BC;
}
</style>
border-color css
<style>
span { border-color: #FE27BC; }
span { border-color: rgb(254,39,188); }
td.TdClassName
{
border-color: #FE27BC;
}
.TagClassName
{
border-color: #FE27BC;
}
</style>