Shades of Hot Pink #F56ABA
Tints of Hot Pink #F56ABA
RGB
CMYK
RGB Variations
Color information
#F56ABA (or 0xF56ABA) is known color: Hot Pink. HEX triplet: F5, 6A and BA. RGB value is (245,106,186). Sum of RGB (Red+Green+Blue) = 245+106+186=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ABA is #0A9545. Grayscale: #9C9C9C. Windows color (decimal): -693574 or 12217077. OLE color: 12217077.
HSL color Cylindrical-coordinate representation of color #F56ABA: hue angle of 325.47º 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 #F56ABA is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 186 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.04 |
| HSL | 325.47º | 0.87% | 0.69% | - |
| HSV(B) | 325.47º | 0.57% | 0.96% | - |
| XYZ | 51.67 | 33.27 | 50.15 | - |
| YUV | 156.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 186 | 0 | 0.57 | 0.24 | 0.04 | 325.47 | 0.87 | 0.69 |
| Hex | F5 | 6A | BA | 0 | 39 | 18 | 4 | 145 | 57 | 45 |
| Octal | 365 | 152 | 272 | 0 | 71 | 30 | 4 | 505 | 127 | 105 |
| Binary | 11110101 | 1101010 | 10111010 | 0 | 111001 | 11000 | 100 | 101000101 | 1010111 | 1000101 |
Color Harmonies of #F56ABA
Complementary color
Monochromatic Colors of #F56ABA
Black with #F56ABA
Text Example
Text Example
White with #F56ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ABA; }
p { color: rgb(245,106,186); }
H1.HeaderClassName
{
color: #F56ABA;
}
.AnyTagClassName
{
color: #F56ABA;
}
</style>
background-color css
<style>
a { background-color: #F56ABA; }
a { background-color: rgb(245,106,186); }
div.DivClassName
{
background-color: #F56ABA;
}
.BgClassName
{
background-color: #F56ABA;
}
</style>
border-color css
<style>
span { border-color: #F56ABA; }
span { border-color: rgb(245,106,186); }
td.TdClassName
{
border-color: #F56ABA;
}
.TagClassName
{
border-color: #F56ABA;
}
</style>