Shades of Spicy Pink #FE27BB
Tints of Spicy Pink #FE27BB
RGB
CMYK
RGB Variations
Color information
#FE27BB (or 0xFE27BB) is known color: Spicy Pink. HEX triplet: FE, 27 and BB. RGB value is (254,39,187). Sum of RGB (Red+Green+Blue) = 254+39+187=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE27BB is #01D844. Grayscale: #777777. Windows color (decimal): -120901 or 12265470. OLE color: 12265470.
HSL color Cylindrical-coordinate representation of color #FE27BB: hue angle of 318.7º 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 #FE27BB is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 187 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.00 |
| HSL | 318.7º | 0.99% | 0.57% | - |
| HSV(B) | 318.7º | 0.85% | 1% | - |
| XYZ | 50.57 | 26.11 | 49.39 | - |
| YUV | 120.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 187 | 0 | 0.85 | 0.26 | 0.00 | 318.7 | 0.99 | 0.57 |
| Hex | FE | 27 | BB | 0 | 55 | 1A | 0 | 13F | 63 | 39 |
| Octal | 376 | 47 | 273 | 0 | 125 | 32 | 0 | 477 | 143 | 71 |
| Binary | 11111110 | 100111 | 10111011 | 0 | 1010101 | 11010 | 0 | 100111111 | 1100011 | 111001 |
Color Harmonies of #FE27BB
Complementary color
Monochromatic Colors of #FE27BB
Black with #FE27BB
Text Example
Text Example
White with #FE27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27BB; }
p { color: rgb(254,39,187); }
H1.HeaderClassName
{
color: #FE27BB;
}
.AnyTagClassName
{
color: #FE27BB;
}
</style>
background-color css
<style>
a { background-color: #FE27BB; }
a { background-color: rgb(254,39,187); }
div.DivClassName
{
background-color: #FE27BB;
}
.BgClassName
{
background-color: #FE27BB;
}
</style>
border-color css
<style>
span { border-color: #FE27BB; }
span { border-color: rgb(254,39,187); }
td.TdClassName
{
border-color: #FE27BB;
}
.TagClassName
{
border-color: #FE27BB;
}
</style>