Shades of Spicy Pink #F517AF
Tints of Spicy Pink #F517AF
RGB
CMYK
RGB Variations
Color information
#F517AF (or 0xF517AF) is known color: Spicy Pink. HEX triplet: F5, 17 and AF. RGB value is (245,23,175). Sum of RGB (Red+Green+Blue) = 245+23+175=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F517AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F517AF is #0AE850. Grayscale: #6A6A6A. Windows color (decimal): -714833 or 11474933. OLE color: 11474933.
HSL color Cylindrical-coordinate representation of color #F517AF: hue angle of 318.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517AF is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 175 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.04 |
| HSL | 318.92º | 0.92% | 0.53% | - |
| HSV(B) | 318.92º | 0.91% | 0.96% | - |
| XYZ | 45.7 | 23.12 | 42.61 | - |
| YUV | 106.71 | 166.55 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 175 | 0 | 0.91 | 0.29 | 0.04 | 318.92 | 0.92 | 0.53 |
| Hex | F5 | 17 | AF | 0 | 5B | 1D | 4 | 13F | 5C | 35 |
| Octal | 365 | 27 | 257 | 0 | 133 | 35 | 4 | 477 | 134 | 65 |
| Binary | 11110101 | 10111 | 10101111 | 0 | 1011011 | 11101 | 100 | 100111111 | 1011100 | 110101 |
Color Harmonies of #F517AF
Complementary color
Monochromatic Colors of #F517AF
Black with #F517AF
Text Example
Text Example
White with #F517AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517AF; }
p { color: rgb(245,23,175); }
H1.HeaderClassName
{
color: #F517AF;
}
.AnyTagClassName
{
color: #F517AF;
}
</style>
background-color css
<style>
a { background-color: #F517AF; }
a { background-color: rgb(245,23,175); }
div.DivClassName
{
background-color: #F517AF;
}
.BgClassName
{
background-color: #F517AF;
}
</style>
border-color css
<style>
span { border-color: #F517AF; }
span { border-color: rgb(245,23,175); }
td.TdClassName
{
border-color: #F517AF;
}
.TagClassName
{
border-color: #F517AF;
}
</style>