Shades of Hot Pink #F562AC
Tints of Hot Pink #F562AC
RGB
CMYK
RGB Variations
Color information
#F562AC (or 0xF562AC) is known color: Hot Pink. HEX triplet: F5, 62 and AC. RGB value is (245,98,172). Sum of RGB (Red+Green+Blue) = 245+98+172=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F562AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F562AC is #0A9D53. Grayscale: #969696. Windows color (decimal): -695636 or 11297525. OLE color: 11297525.
HSL color Cylindrical-coordinate representation of color #F562AC: hue angle of 329.8º 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 #F562AC is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 172 | - |
| CMYK | 0 | 0.6 | 0.30 | 0.04 |
| HSL | 329.8º | 0.88% | 0.67% | - |
| HSV(B) | 329.8º | 0.6% | 0.96% | - |
| XYZ | 49.47 | 31.13 | 42.43 | - |
| YUV | 150.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 172 | 0 | 0.6 | 0.30 | 0.04 | 329.8 | 0.88 | 0.67 |
| Hex | F5 | 62 | AC | 0 | 3C | 1E | 4 | 14A | 58 | 43 |
| Octal | 365 | 142 | 254 | 0 | 74 | 36 | 4 | 512 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10101100 | 0 | 111100 | 11110 | 100 | 101001010 | 1011000 | 1000011 |
Color Harmonies of #F562AC
Complementary color
Monochromatic Colors of #F562AC
Black with #F562AC
Text Example
Text Example
White with #F562AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562AC; }
p { color: rgb(245,98,172); }
H1.HeaderClassName
{
color: #F562AC;
}
.AnyTagClassName
{
color: #F562AC;
}
</style>
background-color css
<style>
a { background-color: #F562AC; }
a { background-color: rgb(245,98,172); }
div.DivClassName
{
background-color: #F562AC;
}
.BgClassName
{
background-color: #F562AC;
}
</style>
border-color css
<style>
span { border-color: #F562AC; }
span { border-color: rgb(245,98,172); }
td.TdClassName
{
border-color: #F562AC;
}
.TagClassName
{
border-color: #F562AC;
}
</style>