Shades of Hot Pink #F560AF
Tints of Hot Pink #F560AF
RGB
CMYK
RGB Variations
Color information
#F560AF (or 0xF560AF) is known color: Hot Pink. HEX triplet: F5, 60 and AF. RGB value is (245,96,175). Sum of RGB (Red+Green+Blue) = 245+96+175=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F560AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F560AF is #0A9F50. Grayscale: #959595. Windows color (decimal): -696145 or 11493621. OLE color: 11493621.
HSL color Cylindrical-coordinate representation of color #F560AF: hue angle of 328.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560AF is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 175 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.04 |
| HSL | 328.19º | 0.88% | 0.67% | - |
| HSV(B) | 328.19º | 0.61% | 0.96% | - |
| XYZ | 49.58 | 30.87 | 43.9 | - |
| YUV | 149.56 | 142.36 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 175 | 0 | 0.61 | 0.29 | 0.04 | 328.19 | 0.88 | 0.67 |
| Hex | F5 | 60 | AF | 0 | 3D | 1D | 4 | 148 | 58 | 43 |
| Octal | 365 | 140 | 257 | 0 | 75 | 35 | 4 | 510 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10101111 | 0 | 111101 | 11101 | 100 | 101001000 | 1011000 | 1000011 |
Color Harmonies of #F560AF
Complementary color
Monochromatic Colors of #F560AF
Black with #F560AF
Text Example
Text Example
White with #F560AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560AF; }
p { color: rgb(245,96,175); }
H1.HeaderClassName
{
color: #F560AF;
}
.AnyTagClassName
{
color: #F560AF;
}
</style>
background-color css
<style>
a { background-color: #F560AF; }
a { background-color: rgb(245,96,175); }
div.DivClassName
{
background-color: #F560AF;
}
.BgClassName
{
background-color: #F560AF;
}
</style>
border-color css
<style>
span { border-color: #F560AF; }
span { border-color: rgb(245,96,175); }
td.TdClassName
{
border-color: #F560AF;
}
.TagClassName
{
border-color: #F560AF;
}
</style>