Shades of Spicy Pink #F411AC
Tints of Spicy Pink #F411AC
RGB
CMYK
RGB Variations
Color information
#F411AC (or 0xF411AC) is known color: Spicy Pink. HEX triplet: F4, 11 and AC. RGB value is (244,17,172). Sum of RGB (Red+Green+Blue) = 244+17+172=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F411AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411AC is #0BEE53. Grayscale: #666666. Windows color (decimal): -781908 or 11276788. OLE color: 11276788.
HSL color Cylindrical-coordinate representation of color #F411AC: hue angle of 319.03º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.03º | 0.91% | 0.51% | - |
| HSV(B) | 319.03º | 0.93% | 0.96% | - |
| XYZ | 44.96 | 22.61 | 41.02 | - |
| YUV | 102.54 | 167.21 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 172 | 0 | 0.93 | 0.30 | 0.04 | 319.03 | 0.91 | 0.51 |
| Hex | F4 | 11 | AC | 0 | 5D | 1E | 4 | 13F | 5B | 33 |
| Octal | 364 | 21 | 254 | 0 | 135 | 36 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 10001 | 10101100 | 0 | 1011101 | 11110 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F411AC
Complementary color
Monochromatic Colors of #F411AC
Black with #F411AC
Text Example
Text Example
White with #F411AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411AC; }
p { color: rgb(244,17,172); }
H1.HeaderClassName
{
color: #F411AC;
}
.AnyTagClassName
{
color: #F411AC;
}
</style>
background-color css
<style>
a { background-color: #F411AC; }
a { background-color: rgb(244,17,172); }
div.DivClassName
{
background-color: #F411AC;
}
.BgClassName
{
background-color: #F411AC;
}
</style>
border-color css
<style>
span { border-color: #F411AC; }
span { border-color: rgb(244,17,172); }
td.TdClassName
{
border-color: #F411AC;
}
.TagClassName
{
border-color: #F411AC;
}
</style>