Shades of Hot Pink #F566BA
Tints of Hot Pink #F566BA
RGB
CMYK
RGB Variations
Color information
#F566BA (or 0xF566BA) is known color: Hot Pink. HEX triplet: F5, 66 and BA. RGB value is (245,102,186). Sum of RGB (Red+Green+Blue) = 245+102+186=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F566BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566BA is #0A9945. Grayscale: #9A9A9A. Windows color (decimal): -694598 or 12216053. OLE color: 12216053.
HSL color Cylindrical-coordinate representation of color #F566BA: hue angle of 324.76º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566BA is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 186 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.04 |
| HSL | 324.76º | 0.88% | 0.68% | - |
| HSV(B) | 324.76º | 0.58% | 0.96% | - |
| XYZ | 51.27 | 32.46 | 50.02 | - |
| YUV | 154.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 186 | 0 | 0.58 | 0.24 | 0.04 | 324.76 | 0.88 | 0.68 |
| Hex | F5 | 66 | BA | 0 | 3A | 18 | 4 | 145 | 58 | 44 |
| Octal | 365 | 146 | 272 | 0 | 72 | 30 | 4 | 505 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10111010 | 0 | 111010 | 11000 | 100 | 101000101 | 1011000 | 1000100 |
Color Harmonies of #F566BA
Complementary color
Monochromatic Colors of #F566BA
Black with #F566BA
Text Example
Text Example
White with #F566BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566BA; }
p { color: rgb(245,102,186); }
H1.HeaderClassName
{
color: #F566BA;
}
.AnyTagClassName
{
color: #F566BA;
}
</style>
background-color css
<style>
a { background-color: #F566BA; }
a { background-color: rgb(245,102,186); }
div.DivClassName
{
background-color: #F566BA;
}
.BgClassName
{
background-color: #F566BA;
}
</style>
border-color css
<style>
span { border-color: #F566BA; }
span { border-color: rgb(245,102,186); }
td.TdClassName
{
border-color: #F566BA;
}
.TagClassName
{
border-color: #F566BA;
}
</style>