Shades of Spicy Pink #F511AC
Tints of Spicy Pink #F511AC
RGB
CMYK
RGB Variations
Color information
#F511AC (or 0xF511AC) is known color: Spicy Pink. HEX triplet: F5, 11 and AC. RGB value is (245,17,172). Sum of RGB (Red+Green+Blue) = 245+17+172=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F511AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511AC is #0AEE53. Grayscale: #666666. Windows color (decimal): -716372 or 11276789. OLE color: 11276789.
HSL color Cylindrical-coordinate representation of color #F511AC: hue angle of 319.21º degrees, saturation: 0.92, 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 #F511AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 172 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.21º | 0.92% | 0.51% | - |
| HSV(B) | 319.21º | 0.93% | 0.96% | - |
| XYZ | 45.3 | 22.79 | 41.04 | - |
| YUV | 102.84 | 167.04 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 172 | 0 | 0.93 | 0.30 | 0.04 | 319.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | AC | 0 | 5D | 1E | 4 | 13F | 5C | 33 |
| Octal | 365 | 21 | 254 | 0 | 135 | 36 | 4 | 477 | 134 | 63 |
| Binary | 11110101 | 10001 | 10101100 | 0 | 1011101 | 11110 | 100 | 100111111 | 1011100 | 110011 |
Color Harmonies of #F511AC
Complementary color
Monochromatic Colors of #F511AC
Black with #F511AC
Text Example
Text Example
White with #F511AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511AC; }
p { color: rgb(245,17,172); }
H1.HeaderClassName
{
color: #F511AC;
}
.AnyTagClassName
{
color: #F511AC;
}
</style>
background-color css
<style>
a { background-color: #F511AC; }
a { background-color: rgb(245,17,172); }
div.DivClassName
{
background-color: #F511AC;
}
.BgClassName
{
background-color: #F511AC;
}
</style>
border-color css
<style>
span { border-color: #F511AC; }
span { border-color: rgb(245,17,172); }
td.TdClassName
{
border-color: #F511AC;
}
.TagClassName
{
border-color: #F511AC;
}
</style>