Shades of Spicy Pink #FE0BB0
Tints of Spicy Pink #FE0BB0
RGB
CMYK
RGB Variations
Color information
#FE0BB0 (or 0xFE0BB0) is known color: Spicy Pink. HEX triplet: FE, 0B and B0. RGB value is (254,11,176). Sum of RGB (Red+Green+Blue) = 254+11+176=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0BB0 is #01F44F. Grayscale: #666666. Windows color (decimal): -128080 or 11537406. OLE color: 11537406.
HSL color Cylindrical-coordinate representation of color #FE0BB0: hue angle of 319.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0BB0 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 176 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.00 |
| HSL | 319.26º | 0.99% | 0.52% | - |
| HSV(B) | 319.26º | 0.96% | 1% | - |
| XYZ | 48.83 | 24.44 | 43.22 | - |
| YUV | 102.47 | 169.51 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 176 | 0 | 0.96 | 0.31 | 0.00 | 319.26 | 0.99 | 0.52 |
| Hex | FE | B | B0 | 0 | 60 | 1F | 0 | 13F | 63 | 34 |
| Octal | 376 | 13 | 260 | 0 | 140 | 37 | 0 | 477 | 143 | 64 |
| Binary | 11111110 | 1011 | 10110000 | 0 | 1100000 | 11111 | 0 | 100111111 | 1100011 | 110100 |
Color Harmonies of #FE0BB0
Complementary color
Monochromatic Colors of #FE0BB0
Black with #FE0BB0
Text Example
Text Example
White with #FE0BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BB0; }
p { color: rgb(254,11,176); }
H1.HeaderClassName
{
color: #FE0BB0;
}
.AnyTagClassName
{
color: #FE0BB0;
}
</style>
background-color css
<style>
a { background-color: #FE0BB0; }
a { background-color: rgb(254,11,176); }
div.DivClassName
{
background-color: #FE0BB0;
}
.BgClassName
{
background-color: #FE0BB0;
}
</style>
border-color css
<style>
span { border-color: #FE0BB0; }
span { border-color: rgb(254,11,176); }
td.TdClassName
{
border-color: #FE0BB0;
}
.TagClassName
{
border-color: #FE0BB0;
}
</style>