Shades of Spicy Pink #F111AA
Tints of Spicy Pink #F111AA
RGB
CMYK
RGB Variations
Color information
#F111AA (or 0xF111AA) is known color: Spicy Pink. HEX triplet: F1, 11 and AA. RGB value is (241,17,170). Sum of RGB (Red+Green+Blue) = 241+17+170=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F111AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111AA is #0EEE55. Grayscale: #656565. Windows color (decimal): -978518 or 11145713. OLE color: 11145713.
HSL color Cylindrical-coordinate representation of color #F111AA: hue angle of 319.02º 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 #F111AA is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 170 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.05 |
| HSL | 319.02º | 0.89% | 0.51% | - |
| HSV(B) | 319.02º | 0.93% | 0.95% | - |
| XYZ | 43.73 | 22 | 39.97 | - |
| YUV | 101.42 | 166.71 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 170 | 0 | 0.93 | 0.29 | 0.05 | 319.02 | 0.89 | 0.51 |
| Hex | F1 | 11 | AA | 0 | 5D | 1D | 5 | 13F | 59 | 33 |
| Octal | 361 | 21 | 252 | 0 | 135 | 35 | 5 | 477 | 131 | 63 |
| Binary | 11110001 | 10001 | 10101010 | 0 | 1011101 | 11101 | 101 | 100111111 | 1011001 | 110011 |
Color Harmonies of #F111AA
Complementary color
Monochromatic Colors of #F111AA
Black with #F111AA
Text Example
Text Example
White with #F111AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111AA; }
p { color: rgb(241,17,170); }
H1.HeaderClassName
{
color: #F111AA;
}
.AnyTagClassName
{
color: #F111AA;
}
</style>
background-color css
<style>
a { background-color: #F111AA; }
a { background-color: rgb(241,17,170); }
div.DivClassName
{
background-color: #F111AA;
}
.BgClassName
{
background-color: #F111AA;
}
</style>
border-color css
<style>
span { border-color: #F111AA; }
span { border-color: rgb(241,17,170); }
td.TdClassName
{
border-color: #F111AA;
}
.TagClassName
{
border-color: #F111AA;
}
</style>