Shades of Hot Pink #F560B9
Tints of Hot Pink #F560B9
RGB
CMYK
RGB Variations
Color information
#F560B9 (or 0xF560B9) is known color: Hot Pink. HEX triplet: F5, 60 and B9. RGB value is (245,96,185). Sum of RGB (Red+Green+Blue) = 245+96+185=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F560B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560B9 is #0A9F46. Grayscale: #969696. Windows color (decimal): -696135 or 12148981. OLE color: 12148981.
HSL color Cylindrical-coordinate representation of color #F560B9: hue angle of 324.16º 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 #F560B9 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 185 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.04 |
| HSL | 324.16º | 0.88% | 0.67% | - |
| HSV(B) | 324.16º | 0.61% | 0.96% | - |
| XYZ | 50.6 | 31.28 | 49.27 | - |
| YUV | 150.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 185 | 0 | 0.61 | 0.24 | 0.04 | 324.16 | 0.88 | 0.67 |
| Hex | F5 | 60 | B9 | 0 | 3D | 18 | 4 | 144 | 58 | 43 |
| Octal | 365 | 140 | 271 | 0 | 75 | 30 | 4 | 504 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10111001 | 0 | 111101 | 11000 | 100 | 101000100 | 1011000 | 1000011 |
Color Harmonies of #F560B9
Complementary color
Monochromatic Colors of #F560B9
Black with #F560B9
Text Example
Text Example
White with #F560B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560B9; }
p { color: rgb(245,96,185); }
H1.HeaderClassName
{
color: #F560B9;
}
.AnyTagClassName
{
color: #F560B9;
}
</style>
background-color css
<style>
a { background-color: #F560B9; }
a { background-color: rgb(245,96,185); }
div.DivClassName
{
background-color: #F560B9;
}
.BgClassName
{
background-color: #F560B9;
}
</style>
border-color css
<style>
span { border-color: #F560B9; }
span { border-color: rgb(245,96,185); }
td.TdClassName
{
border-color: #F560B9;
}
.TagClassName
{
border-color: #F560B9;
}
</style>