Shades of Spicy Pink #F110B0
Tints of Spicy Pink #F110B0
RGB
CMYK
RGB Variations
Color information
#F110B0 (or 0xF110B0) is known color: Spicy Pink. HEX triplet: F1, 10 and B0. RGB value is (241,16,176). Sum of RGB (Red+Green+Blue) = 241+16+176=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F110B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110B0 is #0EEF4F. Grayscale: #656565. Windows color (decimal): -978768 or 11538673. OLE color: 11538673.
HSL color Cylindrical-coordinate representation of color #F110B0: hue angle of 317.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110B0 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.05 |
| HSL | 317.33º | 0.89% | 0.5% | - |
| HSV(B) | 317.33º | 0.93% | 0.95% | - |
| XYZ | 44.3 | 22.21 | 43.03 | - |
| YUV | 101.52 | 170.04 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 176 | 0 | 0.93 | 0.27 | 0.05 | 317.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | B0 | 0 | 5D | 1B | 5 | 13D | 59 | 32 |
| Octal | 361 | 20 | 260 | 0 | 135 | 33 | 5 | 475 | 131 | 62 |
| Binary | 11110001 | 10000 | 10110000 | 0 | 1011101 | 11011 | 101 | 100111101 | 1011001 | 110010 |
Color Harmonies of #F110B0
Complementary color
Monochromatic Colors of #F110B0
Black with #F110B0
Text Example
Text Example
White with #F110B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110B0; }
p { color: rgb(241,16,176); }
H1.HeaderClassName
{
color: #F110B0;
}
.AnyTagClassName
{
color: #F110B0;
}
</style>
background-color css
<style>
a { background-color: #F110B0; }
a { background-color: rgb(241,16,176); }
div.DivClassName
{
background-color: #F110B0;
}
.BgClassName
{
background-color: #F110B0;
}
</style>
border-color css
<style>
span { border-color: #F110B0; }
span { border-color: rgb(241,16,176); }
td.TdClassName
{
border-color: #F110B0;
}
.TagClassName
{
border-color: #F110B0;
}
</style>