Shades of Spicy Pink #FF11B0
Tints of Spicy Pink #FF11B0
RGB
CMYK
RGB Variations
Color information
#FF11B0 (or 0xFF11B0) is known color: Spicy Pink. HEX triplet: FF, 11 and B0. RGB value is (255,17,176). Sum of RGB (Red+Green+Blue) = 255+17+176=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11B0 is #00EE4F. Grayscale: #696969. Windows color (decimal): -61008 or 11538943. OLE color: 11538943.
HSL color Cylindrical-coordinate representation of color #FF11B0: hue angle of 319.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11B0 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 176 | - |
| CMYK | 0 | 0.93 | 0.31 | 0 |
| HSL | 319.92º | 1% | 0.53% | - |
| HSV(B) | 319.92º | 0.93% | 1% | - |
| XYZ | 49.28 | 24.8 | 43.26 | - |
| YUV | 106.29 | 167.35 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 176 | 0 | 0.93 | 0.31 | 0 | 319.92 | 1 | 0.53 |
| Hex | FF | 11 | B0 | 0 | 5D | 1F | 0 | 140 | 64 | 35 |
| Octal | 377 | 21 | 260 | 0 | 135 | 37 | 0 | 500 | 144 | 65 |
| Binary | 11111111 | 10001 | 10110000 | 0 | 1011101 | 11111 | 0 | 101000000 | 1100100 | 110101 |
Color Harmonies of #FF11B0
Complementary color
Monochromatic Colors of #FF11B0
Black with #FF11B0
Text Example
Text Example
White with #FF11B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11B0; }
p { color: rgb(255,17,176); }
H1.HeaderClassName
{
color: #FF11B0;
}
.AnyTagClassName
{
color: #FF11B0;
}
</style>
background-color css
<style>
a { background-color: #FF11B0; }
a { background-color: rgb(255,17,176); }
div.DivClassName
{
background-color: #FF11B0;
}
.BgClassName
{
background-color: #FF11B0;
}
</style>
border-color css
<style>
span { border-color: #FF11B0; }
span { border-color: rgb(255,17,176); }
td.TdClassName
{
border-color: #FF11B0;
}
.TagClassName
{
border-color: #FF11B0;
}
</style>