Shades of Hot Pink #F56AA2
Tints of Hot Pink #F56AA2
RGB
CMYK
RGB Variations
Color information
#F56AA2 (or 0xF56AA2) is known color: Hot Pink. HEX triplet: F5, 6A and A2. RGB value is (245,106,162). Sum of RGB (Red+Green+Blue) = 245+106+162=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56AA2 is #0A955D. Grayscale: #999999. Windows color (decimal): -693598 or 10644213. OLE color: 10644213.
HSL color Cylindrical-coordinate representation of color #F56AA2: hue angle of 335.83º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AA2 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 162 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.04 |
| HSL | 335.83º | 0.87% | 0.69% | - |
| HSV(B) | 335.83º | 0.57% | 0.96% | - |
| XYZ | 49.33 | 32.33 | 37.82 | - |
| YUV | 153.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 162 | 0 | 0.57 | 0.34 | 0.04 | 335.83 | 0.87 | 0.69 |
| Hex | F5 | 6A | A2 | 0 | 39 | 22 | 4 | 150 | 57 | 45 |
| Octal | 365 | 152 | 242 | 0 | 71 | 42 | 4 | 520 | 127 | 105 |
| Binary | 11110101 | 1101010 | 10100010 | 0 | 111001 | 100010 | 100 | 101010000 | 1010111 | 1000101 |
Color Harmonies of #F56AA2
Complementary color
Monochromatic Colors of #F56AA2
Black with #F56AA2
Text Example
Text Example
White with #F56AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AA2; }
p { color: rgb(245,106,162); }
H1.HeaderClassName
{
color: #F56AA2;
}
.AnyTagClassName
{
color: #F56AA2;
}
</style>
background-color css
<style>
a { background-color: #F56AA2; }
a { background-color: rgb(245,106,162); }
div.DivClassName
{
background-color: #F56AA2;
}
.BgClassName
{
background-color: #F56AA2;
}
</style>
border-color css
<style>
span { border-color: #F56AA2; }
span { border-color: rgb(245,106,162); }
td.TdClassName
{
border-color: #F56AA2;
}
.TagClassName
{
border-color: #F56AA2;
}
</style>