Shades of Hot Pink #F562AD
Tints of Hot Pink #F562AD
RGB
CMYK
RGB Variations
Color information
#F562AD (or 0xF562AD) is known color: Hot Pink. HEX triplet: F5, 62 and AD. RGB value is (245,98,173). Sum of RGB (Red+Green+Blue) = 245+98+173=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F562AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F562AD is #0A9D52. Grayscale: #969696. Windows color (decimal): -695635 or 11363061. OLE color: 11363061.
HSL color Cylindrical-coordinate representation of color #F562AD: hue angle of 329.39º 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 #F562AD is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 173 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.04 |
| HSL | 329.39º | 0.88% | 0.67% | - |
| HSV(B) | 329.39º | 0.6% | 0.96% | - |
| XYZ | 49.57 | 31.16 | 42.94 | - |
| YUV | 150.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 173 | 0 | 0.6 | 0.29 | 0.04 | 329.39 | 0.88 | 0.67 |
| Hex | F5 | 62 | AD | 0 | 3C | 1D | 4 | 149 | 58 | 43 |
| Octal | 365 | 142 | 255 | 0 | 74 | 35 | 4 | 511 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10101101 | 0 | 111100 | 11101 | 100 | 101001001 | 1011000 | 1000011 |
Color Harmonies of #F562AD
Complementary color
Monochromatic Colors of #F562AD
Black with #F562AD
Text Example
Text Example
White with #F562AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562AD; }
p { color: rgb(245,98,173); }
H1.HeaderClassName
{
color: #F562AD;
}
.AnyTagClassName
{
color: #F562AD;
}
</style>
background-color css
<style>
a { background-color: #F562AD; }
a { background-color: rgb(245,98,173); }
div.DivClassName
{
background-color: #F562AD;
}
.BgClassName
{
background-color: #F562AD;
}
</style>
border-color css
<style>
span { border-color: #F562AD; }
span { border-color: rgb(245,98,173); }
td.TdClassName
{
border-color: #F562AD;
}
.TagClassName
{
border-color: #F562AD;
}
</style>