Shades of Hot Pink #F560AD
Tints of Hot Pink #F560AD
RGB
CMYK
RGB Variations
Color information
#F560AD (or 0xF560AD) is known color: Hot Pink. HEX triplet: F5, 60 and AD. RGB value is (245,96,173). Sum of RGB (Red+Green+Blue) = 245+96+173=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F560AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F560AD is #0A9F52. Grayscale: #959595. Windows color (decimal): -696147 or 11362549. OLE color: 11362549.
HSL color Cylindrical-coordinate representation of color #F560AD: hue angle of 328.99º 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 #F560AD is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 173 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.04 |
| HSL | 328.99º | 0.88% | 0.67% | - |
| HSV(B) | 328.99º | 0.61% | 0.96% | - |
| XYZ | 49.38 | 30.8 | 42.88 | - |
| YUV | 149.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 173 | 0 | 0.61 | 0.29 | 0.04 | 328.99 | 0.88 | 0.67 |
| Hex | F5 | 60 | AD | 0 | 3D | 1D | 4 | 149 | 58 | 43 |
| Octal | 365 | 140 | 255 | 0 | 75 | 35 | 4 | 511 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10101101 | 0 | 111101 | 11101 | 100 | 101001001 | 1011000 | 1000011 |
Color Harmonies of #F560AD
Complementary color
Monochromatic Colors of #F560AD
Black with #F560AD
Text Example
Text Example
White with #F560AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560AD; }
p { color: rgb(245,96,173); }
H1.HeaderClassName
{
color: #F560AD;
}
.AnyTagClassName
{
color: #F560AD;
}
</style>
background-color css
<style>
a { background-color: #F560AD; }
a { background-color: rgb(245,96,173); }
div.DivClassName
{
background-color: #F560AD;
}
.BgClassName
{
background-color: #F560AD;
}
</style>
border-color css
<style>
span { border-color: #F560AD; }
span { border-color: rgb(245,96,173); }
td.TdClassName
{
border-color: #F560AD;
}
.TagClassName
{
border-color: #F560AD;
}
</style>