Shades of Hot Pink #F561AF
Tints of Hot Pink #F561AF
RGB
CMYK
RGB Variations
Color information
#F561AF (or 0xF561AF) is known color: Hot Pink. HEX triplet: F5, 61 and AF. RGB value is (245,97,175). Sum of RGB (Red+Green+Blue) = 245+97+175=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F561AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F561AF is #0A9E50. Grayscale: #959595. Windows color (decimal): -695889 or 11493877. OLE color: 11493877.
HSL color Cylindrical-coordinate representation of color #F561AF: hue angle of 328.38º 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 #F561AF is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 175 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.04 |
| HSL | 328.38º | 0.88% | 0.67% | - |
| HSV(B) | 328.38º | 0.6% | 0.96% | - |
| XYZ | 49.67 | 31.06 | 43.93 | - |
| YUV | 150.14 | 142.03 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 175 | 0 | 0.60 | 0.29 | 0.04 | 328.38 | 0.88 | 0.67 |
| Hex | F5 | 61 | AF | 0 | 3C | 1D | 4 | 148 | 58 | 43 |
| Octal | 365 | 141 | 257 | 0 | 74 | 35 | 4 | 510 | 130 | 103 |
| Binary | 11110101 | 1100001 | 10101111 | 0 | 111100 | 11101 | 100 | 101001000 | 1011000 | 1000011 |
Color Harmonies of #F561AF
Complementary color
Monochromatic Colors of #F561AF
Black with #F561AF
Text Example
Text Example
White with #F561AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F561AF; }
p { color: rgb(245,97,175); }
H1.HeaderClassName
{
color: #F561AF;
}
.AnyTagClassName
{
color: #F561AF;
}
</style>
background-color css
<style>
a { background-color: #F561AF; }
a { background-color: rgb(245,97,175); }
div.DivClassName
{
background-color: #F561AF;
}
.BgClassName
{
background-color: #F561AF;
}
</style>
border-color css
<style>
span { border-color: #F561AF; }
span { border-color: rgb(245,97,175); }
td.TdClassName
{
border-color: #F561AF;
}
.TagClassName
{
border-color: #F561AF;
}
</style>