Shades of Spicy Pink #F510AC
Tints of Spicy Pink #F510AC
RGB
CMYK
RGB Variations
Color information
#F510AC (or 0xF510AC) is known color: Spicy Pink. HEX triplet: F5, 10 and AC. RGB value is (245,16,172). Sum of RGB (Red+Green+Blue) = 245+16+172=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F510AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F510AC is #0AEF53. Grayscale: #656565. Windows color (decimal): -716628 or 11276533. OLE color: 11276533.
HSL color Cylindrical-coordinate representation of color #F510AC: hue angle of 319.13º 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 #F510AC is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 172 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.04 |
| HSL | 319.13º | 0.92% | 0.51% | - |
| HSV(B) | 319.13º | 0.93% | 0.96% | - |
| XYZ | 45.29 | 22.76 | 41.04 | - |
| YUV | 102.26 | 167.37 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 172 | 0 | 0.93 | 0.30 | 0.04 | 319.13 | 0.92 | 0.51 |
| Hex | F5 | 10 | AC | 0 | 5D | 1E | 4 | 13F | 5C | 33 |
| Octal | 365 | 20 | 254 | 0 | 135 | 36 | 4 | 477 | 134 | 63 |
| Binary | 11110101 | 10000 | 10101100 | 0 | 1011101 | 11110 | 100 | 100111111 | 1011100 | 110011 |
Color Harmonies of #F510AC
Complementary color
Monochromatic Colors of #F510AC
Black with #F510AC
Text Example
Text Example
White with #F510AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510AC; }
p { color: rgb(245,16,172); }
H1.HeaderClassName
{
color: #F510AC;
}
.AnyTagClassName
{
color: #F510AC;
}
</style>
background-color css
<style>
a { background-color: #F510AC; }
a { background-color: rgb(245,16,172); }
div.DivClassName
{
background-color: #F510AC;
}
.BgClassName
{
background-color: #F510AC;
}
</style>
border-color css
<style>
span { border-color: #F510AC; }
span { border-color: rgb(245,16,172); }
td.TdClassName
{
border-color: #F510AC;
}
.TagClassName
{
border-color: #F510AC;
}
</style>