Shades of Spicy Pink #FE27B0
Tints of Spicy Pink #FE27B0
RGB
CMYK
RGB Variations
Color information
#FE27B0 (or 0xFE27B0) is known color: Spicy Pink. HEX triplet: FE, 27 and B0. RGB value is (254,39,176). Sum of RGB (Red+Green+Blue) = 254+39+176=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE27B0 is #01D84F. Grayscale: #767676. Windows color (decimal): -120912 or 11544574. OLE color: 11544574.
HSL color Cylindrical-coordinate representation of color #FE27B0: hue angle of 321.77º 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 #FE27B0 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 176 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.00 |
| HSL | 321.77º | 0.99% | 0.57% | - |
| HSV(B) | 321.77º | 0.85% | 1% | - |
| XYZ | 49.44 | 25.66 | 43.42 | - |
| YUV | 118.9 | 160.23 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 176 | 0 | 0.85 | 0.31 | 0.00 | 321.77 | 0.99 | 0.57 |
| Hex | FE | 27 | B0 | 0 | 55 | 1F | 0 | 142 | 63 | 39 |
| Octal | 376 | 47 | 260 | 0 | 125 | 37 | 0 | 502 | 143 | 71 |
| Binary | 11111110 | 100111 | 10110000 | 0 | 1010101 | 11111 | 0 | 101000010 | 1100011 | 111001 |
Color Harmonies of #FE27B0
Complementary color
Monochromatic Colors of #FE27B0
Black with #FE27B0
Text Example
Text Example
White with #FE27B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27B0; }
p { color: rgb(254,39,176); }
H1.HeaderClassName
{
color: #FE27B0;
}
.AnyTagClassName
{
color: #FE27B0;
}
</style>
background-color css
<style>
a { background-color: #FE27B0; }
a { background-color: rgb(254,39,176); }
div.DivClassName
{
background-color: #FE27B0;
}
.BgClassName
{
background-color: #FE27B0;
}
</style>
border-color css
<style>
span { border-color: #FE27B0; }
span { border-color: rgb(254,39,176); }
td.TdClassName
{
border-color: #FE27B0;
}
.TagClassName
{
border-color: #FE27B0;
}
</style>