Shades of Spicy Pink #F510AF
Tints of Spicy Pink #F510AF
RGB
CMYK
RGB Variations
Color information
#F510AF (or 0xF510AF) is known color: Spicy Pink. HEX triplet: F5, 10 and AF. RGB value is (245,16,175). Sum of RGB (Red+Green+Blue) = 245+16+175=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F510AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F510AF is #0AEF50. Grayscale: #666666. Windows color (decimal): -716625 or 11473141. OLE color: 11473141.
HSL color Cylindrical-coordinate representation of color #F510AF: hue angle of 318.34º 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 #F510AF is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.04 |
| HSL | 318.34º | 0.92% | 0.51% | - |
| HSV(B) | 318.34º | 0.93% | 0.96% | - |
| XYZ | 45.58 | 22.88 | 42.57 | - |
| YUV | 102.6 | 168.87 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 175 | 0 | 0.93 | 0.29 | 0.04 | 318.34 | 0.92 | 0.51 |
| Hex | F5 | 10 | AF | 0 | 5D | 1D | 4 | 13E | 5C | 33 |
| Octal | 365 | 20 | 257 | 0 | 135 | 35 | 4 | 476 | 134 | 63 |
| Binary | 11110101 | 10000 | 10101111 | 0 | 1011101 | 11101 | 100 | 100111110 | 1011100 | 110011 |
Color Harmonies of #F510AF
Complementary color
Monochromatic Colors of #F510AF
Black with #F510AF
Text Example
Text Example
White with #F510AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510AF; }
p { color: rgb(245,16,175); }
H1.HeaderClassName
{
color: #F510AF;
}
.AnyTagClassName
{
color: #F510AF;
}
</style>
background-color css
<style>
a { background-color: #F510AF; }
a { background-color: rgb(245,16,175); }
div.DivClassName
{
background-color: #F510AF;
}
.BgClassName
{
background-color: #F510AF;
}
</style>
border-color css
<style>
span { border-color: #F510AF; }
span { border-color: rgb(245,16,175); }
td.TdClassName
{
border-color: #F510AF;
}
.TagClassName
{
border-color: #F510AF;
}
</style>