Shades of Spicy Pink #FE13B0
Tints of Spicy Pink #FE13B0
RGB
CMYK
RGB Variations
Color information
#FE13B0 (or 0xFE13B0) is known color: Spicy Pink. HEX triplet: FE, 13 and B0. RGB value is (254,19,176). Sum of RGB (Red+Green+Blue) = 254+19+176=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13B0 is #01EC4F. Grayscale: #6A6A6A. Windows color (decimal): -126032 or 11539454. OLE color: 11539454.
HSL color Cylindrical-coordinate representation of color #FE13B0: hue angle of 319.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13B0 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 176 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.00 |
| HSL | 319.91º | 0.99% | 0.54% | - |
| HSV(B) | 319.91º | 0.93% | 1% | - |
| XYZ | 48.94 | 24.67 | 43.26 | - |
| YUV | 107.16 | 166.86 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 176 | 0 | 0.93 | 0.31 | 0.00 | 319.91 | 0.99 | 0.54 |
| Hex | FE | 13 | B0 | 0 | 5D | 1F | 0 | 140 | 63 | 36 |
| Octal | 376 | 23 | 260 | 0 | 135 | 37 | 0 | 500 | 143 | 66 |
| Binary | 11111110 | 10011 | 10110000 | 0 | 1011101 | 11111 | 0 | 101000000 | 1100011 | 110110 |
Color Harmonies of #FE13B0
Complementary color
Monochromatic Colors of #FE13B0
Black with #FE13B0
Text Example
Text Example
White with #FE13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13B0; }
p { color: rgb(254,19,176); }
H1.HeaderClassName
{
color: #FE13B0;
}
.AnyTagClassName
{
color: #FE13B0;
}
</style>
background-color css
<style>
a { background-color: #FE13B0; }
a { background-color: rgb(254,19,176); }
div.DivClassName
{
background-color: #FE13B0;
}
.BgClassName
{
background-color: #FE13B0;
}
</style>
border-color css
<style>
span { border-color: #FE13B0; }
span { border-color: rgb(254,19,176); }
td.TdClassName
{
border-color: #FE13B0;
}
.TagClassName
{
border-color: #FE13B0;
}
</style>