Shades of Spicy Pink #F111AC
Tints of Spicy Pink #F111AC
RGB
CMYK
RGB Variations
Color information
#F111AC (or 0xF111AC) is known color: Spicy Pink. HEX triplet: F1, 11 and AC. RGB value is (241,17,172). Sum of RGB (Red+Green+Blue) = 241+17+172=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F111AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111AC is #0EEE53. Grayscale: #656565. Windows color (decimal): -978516 or 11276785. OLE color: 11276785.
HSL color Cylindrical-coordinate representation of color #F111AC: hue angle of 318.48º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111AC is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 318.48º | 0.89% | 0.51% | - |
| HSV(B) | 318.48º | 0.93% | 0.95% | - |
| XYZ | 43.92 | 22.08 | 40.98 | - |
| YUV | 101.65 | 167.71 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 172 | 0 | 0.93 | 0.29 | 0.05 | 318.48 | 0.89 | 0.51 |
| Hex | F1 | 11 | AC | 0 | 5D | 1D | 5 | 13E | 59 | 33 |
| Octal | 361 | 21 | 254 | 0 | 135 | 35 | 5 | 476 | 131 | 63 |
| Binary | 11110001 | 10001 | 10101100 | 0 | 1011101 | 11101 | 101 | 100111110 | 1011001 | 110011 |
Color Harmonies of #F111AC
Complementary color
Monochromatic Colors of #F111AC
Black with #F111AC
Text Example
Text Example
White with #F111AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111AC; }
p { color: rgb(241,17,172); }
H1.HeaderClassName
{
color: #F111AC;
}
.AnyTagClassName
{
color: #F111AC;
}
</style>
background-color css
<style>
a { background-color: #F111AC; }
a { background-color: rgb(241,17,172); }
div.DivClassName
{
background-color: #F111AC;
}
.BgClassName
{
background-color: #F111AC;
}
</style>
border-color css
<style>
span { border-color: #F111AC; }
span { border-color: rgb(241,17,172); }
td.TdClassName
{
border-color: #F111AC;
}
.TagClassName
{
border-color: #F111AC;
}
</style>