Shades of Hot Pink #F560B1
Tints of Hot Pink #F560B1
RGB
CMYK
RGB Variations
Color information
#F560B1 (or 0xF560B1) is known color: Hot Pink. HEX triplet: F5, 60 and B1. RGB value is (245,96,177). Sum of RGB (Red+Green+Blue) = 245+96+177=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F560B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F560B1 is #0A9F4E. Grayscale: #959595. Windows color (decimal): -696143 or 11624693. OLE color: 11624693.
HSL color Cylindrical-coordinate representation of color #F560B1: hue angle of 327.38º 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 #F560B1 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 177 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.04 |
| HSL | 327.38º | 0.88% | 0.67% | - |
| HSV(B) | 327.38º | 0.61% | 0.96% | - |
| XYZ | 49.77 | 30.95 | 44.95 | - |
| YUV | 149.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 177 | 0 | 0.61 | 0.28 | 0.04 | 327.38 | 0.88 | 0.67 |
| Hex | F5 | 60 | B1 | 0 | 3D | 1C | 4 | 147 | 58 | 43 |
| Octal | 365 | 140 | 261 | 0 | 75 | 34 | 4 | 507 | 130 | 103 |
| Binary | 11110101 | 1100000 | 10110001 | 0 | 111101 | 11100 | 100 | 101000111 | 1011000 | 1000011 |
Color Harmonies of #F560B1
Complementary color
Monochromatic Colors of #F560B1
Black with #F560B1
Text Example
Text Example
White with #F560B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560B1; }
p { color: rgb(245,96,177); }
H1.HeaderClassName
{
color: #F560B1;
}
.AnyTagClassName
{
color: #F560B1;
}
</style>
background-color css
<style>
a { background-color: #F560B1; }
a { background-color: rgb(245,96,177); }
div.DivClassName
{
background-color: #F560B1;
}
.BgClassName
{
background-color: #F560B1;
}
</style>
border-color css
<style>
span { border-color: #F560B1; }
span { border-color: rgb(245,96,177); }
td.TdClassName
{
border-color: #F560B1;
}
.TagClassName
{
border-color: #F560B1;
}
</style>