Shades of Hot Pink #F562AF
Tints of Hot Pink #F562AF
RGB
CMYK
RGB Variations
Color information
#F562AF (or 0xF562AF) is known color: Hot Pink. HEX triplet: F5, 62 and AF. RGB value is (245,98,175). Sum of RGB (Red+Green+Blue) = 245+98+175=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F562AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F562AF is #0A9D50. Grayscale: #969696. Windows color (decimal): -695633 or 11494133. OLE color: 11494133.
HSL color Cylindrical-coordinate representation of color #F562AF: hue angle of 328.57º 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 #F562AF is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 175 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.04 |
| HSL | 328.57º | 0.88% | 0.67% | - |
| HSV(B) | 328.57º | 0.6% | 0.96% | - |
| XYZ | 49.76 | 31.24 | 43.97 | - |
| YUV | 150.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 175 | 0 | 0.6 | 0.29 | 0.04 | 328.57 | 0.88 | 0.67 |
| Hex | F5 | 62 | AF | 0 | 3C | 1D | 4 | 149 | 58 | 43 |
| Octal | 365 | 142 | 257 | 0 | 74 | 35 | 4 | 511 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10101111 | 0 | 111100 | 11101 | 100 | 101001001 | 1011000 | 1000011 |
Color Harmonies of #F562AF
Complementary color
Monochromatic Colors of #F562AF
Black with #F562AF
Text Example
Text Example
White with #F562AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562AF; }
p { color: rgb(245,98,175); }
H1.HeaderClassName
{
color: #F562AF;
}
.AnyTagClassName
{
color: #F562AF;
}
</style>
background-color css
<style>
a { background-color: #F562AF; }
a { background-color: rgb(245,98,175); }
div.DivClassName
{
background-color: #F562AF;
}
.BgClassName
{
background-color: #F562AF;
}
</style>
border-color css
<style>
span { border-color: #F562AF; }
span { border-color: rgb(245,98,175); }
td.TdClassName
{
border-color: #F562AF;
}
.TagClassName
{
border-color: #F562AF;
}
</style>