Shades of Spicy Pink #F110AB
Tints of Spicy Pink #F110AB
RGB
CMYK
RGB Variations
Color information
#F110AB (or 0xF110AB) is known color: Spicy Pink. HEX triplet: F1, 10 and AB. RGB value is (241,16,171). Sum of RGB (Red+Green+Blue) = 241+16+171=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F110AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110AB is #0EEF54. Grayscale: #646464. Windows color (decimal): -978773 or 11210993. OLE color: 11210993.
HSL color Cylindrical-coordinate representation of color #F110AB: hue angle of 318.67º 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 #F110AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 171 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.67º | 0.89% | 0.5% | - |
| HSV(B) | 318.67º | 0.93% | 0.95% | - |
| XYZ | 43.81 | 22.01 | 40.47 | - |
| YUV | 100.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 171 | 0 | 0.93 | 0.29 | 0.05 | 318.67 | 0.89 | 0.5 |
| Hex | F1 | 10 | AB | 0 | 5D | 1D | 5 | 13F | 59 | 32 |
| Octal | 361 | 20 | 253 | 0 | 135 | 35 | 5 | 477 | 131 | 62 |
| Binary | 11110001 | 10000 | 10101011 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F110AB
Complementary color
Monochromatic Colors of #F110AB
Black with #F110AB
Text Example
Text Example
White with #F110AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110AB; }
p { color: rgb(241,16,171); }
H1.HeaderClassName
{
color: #F110AB;
}
.AnyTagClassName
{
color: #F110AB;
}
</style>
background-color css
<style>
a { background-color: #F110AB; }
a { background-color: rgb(241,16,171); }
div.DivClassName
{
background-color: #F110AB;
}
.BgClassName
{
background-color: #F110AB;
}
</style>
border-color css
<style>
span { border-color: #F110AB; }
span { border-color: rgb(241,16,171); }
td.TdClassName
{
border-color: #F110AB;
}
.TagClassName
{
border-color: #F110AB;
}
</style>