Shades of Hot Pink #F566A6
Tints of Hot Pink #F566A6
RGB
CMYK
RGB Variations
Color information
#F566A6 (or 0xF566A6) is known color: Hot Pink. HEX triplet: F5, 66 and A6. RGB value is (245,102,166). Sum of RGB (Red+Green+Blue) = 245+102+166=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F566A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F566A6 is #0A9959. Grayscale: #979797. Windows color (decimal): -694618 or 10905333. OLE color: 10905333.
HSL color Cylindrical-coordinate representation of color #F566A6: hue angle of 333.15º 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 #F566A6 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 166 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.04 |
| HSL | 333.15º | 0.88% | 0.68% | - |
| HSV(B) | 333.15º | 0.58% | 0.96% | - |
| XYZ | 49.29 | 31.67 | 39.59 | - |
| YUV | 152.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 166 | 0 | 0.58 | 0.32 | 0.04 | 333.15 | 0.88 | 0.68 |
| Hex | F5 | 66 | A6 | 0 | 3A | 20 | 4 | 14D | 58 | 44 |
| Octal | 365 | 146 | 246 | 0 | 72 | 40 | 4 | 515 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10100110 | 0 | 111010 | 100000 | 100 | 101001101 | 1011000 | 1000100 |
Color Harmonies of #F566A6
Complementary color
Monochromatic Colors of #F566A6
Black with #F566A6
Text Example
Text Example
White with #F566A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566A6; }
p { color: rgb(245,102,166); }
H1.HeaderClassName
{
color: #F566A6;
}
.AnyTagClassName
{
color: #F566A6;
}
</style>
background-color css
<style>
a { background-color: #F566A6; }
a { background-color: rgb(245,102,166); }
div.DivClassName
{
background-color: #F566A6;
}
.BgClassName
{
background-color: #F566A6;
}
</style>
border-color css
<style>
span { border-color: #F566A6; }
span { border-color: rgb(245,102,166); }
td.TdClassName
{
border-color: #F566A6;
}
.TagClassName
{
border-color: #F566A6;
}
</style>