Shades of Hot Pink #F561AD
Tints of Hot Pink #F561AD
RGB
CMYK
RGB Variations
Color information
#F561AD (or 0xF561AD) is known color: Hot Pink. HEX triplet: F5, 61 and AD. RGB value is (245,97,173). Sum of RGB (Red+Green+Blue) = 245+97+173=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F561AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F561AD is #0A9E52. Grayscale: #959595. Windows color (decimal): -695891 or 11362805. OLE color: 11362805.
HSL color Cylindrical-coordinate representation of color #F561AD: hue angle of 329.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561AD is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 173 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.04 |
| HSL | 329.19º | 0.88% | 0.67% | - |
| HSV(B) | 329.19º | 0.6% | 0.96% | - |
| XYZ | 49.47 | 30.98 | 42.91 | - |
| YUV | 149.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 173 | 0 | 0.60 | 0.29 | 0.04 | 329.19 | 0.88 | 0.67 |
| Hex | F5 | 61 | AD | 0 | 3C | 1D | 4 | 149 | 58 | 43 |
| Octal | 365 | 141 | 255 | 0 | 74 | 35 | 4 | 511 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10101101 | 0 | 111100 | 11101 | 100 | 101001001 | 1011000 | 1000011 |
Color Harmonies of #F561AD
Complementary color
Monochromatic Colors of #F561AD
Black with #F561AD
Text Example
Text Example
White with #F561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561AD; }
p { color: rgb(245,97,173); }
H1.HeaderClassName
{
color: #F561AD;
}
.AnyTagClassName
{
color: #F561AD;
}
</style>
background-color css
<style>
a { background-color: #F561AD; }
a { background-color: rgb(245,97,173); }
div.DivClassName
{
background-color: #F561AD;
}
.BgClassName
{
background-color: #F561AD;
}
</style>
border-color css
<style>
span { border-color: #F561AD; }
span { border-color: rgb(245,97,173); }
td.TdClassName
{
border-color: #F561AD;
}
.TagClassName
{
border-color: #F561AD;
}
</style>