Shades of Hot Pink #F560BC
Tints of Hot Pink #F560BC
RGB
CMYK
RGB Variations
Color information
#F560BC (or 0xF560BC) is known color: Hot Pink. HEX triplet: F5, 60 and BC. RGB value is (245,96,188). Sum of RGB (Red+Green+Blue) = 245+96+188=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F560BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560BC is #0A9F43. Grayscale: #969696. Windows color (decimal): -696132 or 12345589. OLE color: 12345589.
HSL color Cylindrical-coordinate representation of color #F560BC: hue angle of 322.95º 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 #F560BC is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 188 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.04 |
| HSL | 322.95º | 0.88% | 0.67% | - |
| HSV(B) | 322.95º | 0.61% | 0.96% | - |
| XYZ | 50.92 | 31.41 | 50.96 | - |
| YUV | 151.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 188 | 0 | 0.61 | 0.23 | 0.04 | 322.95 | 0.88 | 0.67 |
| Hex | F5 | 60 | BC | 0 | 3D | 17 | 4 | 143 | 58 | 43 |
| Octal | 365 | 140 | 274 | 0 | 75 | 27 | 4 | 503 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10111100 | 0 | 111101 | 10111 | 100 | 101000011 | 1011000 | 1000011 |
Color Harmonies of #F560BC
Complementary color
Monochromatic Colors of #F560BC
Black with #F560BC
Text Example
Text Example
White with #F560BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560BC; }
p { color: rgb(245,96,188); }
H1.HeaderClassName
{
color: #F560BC;
}
.AnyTagClassName
{
color: #F560BC;
}
</style>
background-color css
<style>
a { background-color: #F560BC; }
a { background-color: rgb(245,96,188); }
div.DivClassName
{
background-color: #F560BC;
}
.BgClassName
{
background-color: #F560BC;
}
</style>
border-color css
<style>
span { border-color: #F560BC; }
span { border-color: rgb(245,96,188); }
td.TdClassName
{
border-color: #F560BC;
}
.TagClassName
{
border-color: #F560BC;
}
</style>