Shades of Hot Pink #F560BD
Tints of Hot Pink #F560BD
RGB
CMYK
RGB Variations
Color information
#F560BD (or 0xF560BD) is known color: Hot Pink. HEX triplet: F5, 60 and BD. RGB value is (245,96,189). Sum of RGB (Red+Green+Blue) = 245+96+189=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F560BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560BD is #0A9F42. Grayscale: #969696. Windows color (decimal): -696131 or 12411125. OLE color: 12411125.
HSL color Cylindrical-coordinate representation of color #F560BD: hue angle of 322.55º 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 #F560BD is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 189 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.04 |
| HSL | 322.55º | 0.88% | 0.67% | - |
| HSV(B) | 322.55º | 0.61% | 0.96% | - |
| XYZ | 51.02 | 31.45 | 51.53 | - |
| YUV | 151.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 189 | 0 | 0.61 | 0.23 | 0.04 | 322.55 | 0.88 | 0.67 |
| Hex | F5 | 60 | BD | 0 | 3D | 17 | 4 | 143 | 58 | 43 |
| Octal | 365 | 140 | 275 | 0 | 75 | 27 | 4 | 503 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10111101 | 0 | 111101 | 10111 | 100 | 101000011 | 1011000 | 1000011 |
Color Harmonies of #F560BD
Complementary color
Monochromatic Colors of #F560BD
Black with #F560BD
Text Example
Text Example
White with #F560BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560BD; }
p { color: rgb(245,96,189); }
H1.HeaderClassName
{
color: #F560BD;
}
.AnyTagClassName
{
color: #F560BD;
}
</style>
background-color css
<style>
a { background-color: #F560BD; }
a { background-color: rgb(245,96,189); }
div.DivClassName
{
background-color: #F560BD;
}
.BgClassName
{
background-color: #F560BD;
}
</style>
border-color css
<style>
span { border-color: #F560BD; }
span { border-color: rgb(245,96,189); }
td.TdClassName
{
border-color: #F560BD;
}
.TagClassName
{
border-color: #F560BD;
}
</style>