Shades of Hot Pink #F560BA
Tints of Hot Pink #F560BA
RGB
CMYK
RGB Variations
Color information
#F560BA (or 0xF560BA) is known color: Hot Pink. HEX triplet: F5, 60 and BA. RGB value is (245,96,186). Sum of RGB (Red+Green+Blue) = 245+96+186=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F560BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560BA is #0A9F45. Grayscale: #969696. Windows color (decimal): -696134 or 12214517. OLE color: 12214517.
HSL color Cylindrical-coordinate representation of color #F560BA: hue angle of 323.76º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560BA is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 186 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.04 |
| HSL | 323.76º | 0.88% | 0.67% | - |
| HSV(B) | 323.76º | 0.61% | 0.96% | - |
| XYZ | 50.7 | 31.32 | 49.83 | - |
| YUV | 150.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 186 | 0 | 0.61 | 0.24 | 0.04 | 323.76 | 0.88 | 0.67 |
| Hex | F5 | 60 | BA | 0 | 3D | 18 | 4 | 144 | 58 | 43 |
| Octal | 365 | 140 | 272 | 0 | 75 | 30 | 4 | 504 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10111010 | 0 | 111101 | 11000 | 100 | 101000100 | 1011000 | 1000011 |
Color Harmonies of #F560BA
Complementary color
Monochromatic Colors of #F560BA
Black with #F560BA
Text Example
Text Example
White with #F560BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560BA; }
p { color: rgb(245,96,186); }
H1.HeaderClassName
{
color: #F560BA;
}
.AnyTagClassName
{
color: #F560BA;
}
</style>
background-color css
<style>
a { background-color: #F560BA; }
a { background-color: rgb(245,96,186); }
div.DivClassName
{
background-color: #F560BA;
}
.BgClassName
{
background-color: #F560BA;
}
</style>
border-color css
<style>
span { border-color: #F560BA; }
span { border-color: rgb(245,96,186); }
td.TdClassName
{
border-color: #F560BA;
}
.TagClassName
{
border-color: #F560BA;
}
</style>