Shades of Hot Pink #F566AF
Tints of Hot Pink #F566AF
RGB
CMYK
RGB Variations
Color information
#F566AF (or 0xF566AF) is known color: Hot Pink. HEX triplet: F5, 66 and AF. RGB value is (245,102,175). Sum of RGB (Red+Green+Blue) = 245+102+175=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F566AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F566AF is #0A9950. Grayscale: #989898. Windows color (decimal): -694609 or 11495157. OLE color: 11495157.
HSL color Cylindrical-coordinate representation of color #F566AF: hue angle of 329.37º 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 #F566AF is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 175 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.04 |
| HSL | 329.37º | 0.88% | 0.68% | - |
| HSV(B) | 329.37º | 0.58% | 0.96% | - |
| XYZ | 50.15 | 32.01 | 44.09 | - |
| YUV | 153.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 175 | 0 | 0.58 | 0.29 | 0.04 | 329.37 | 0.88 | 0.68 |
| Hex | F5 | 66 | AF | 0 | 3A | 1D | 4 | 149 | 58 | 44 |
| Octal | 365 | 146 | 257 | 0 | 72 | 35 | 4 | 511 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10101111 | 0 | 111010 | 11101 | 100 | 101001001 | 1011000 | 1000100 |
Color Harmonies of #F566AF
Complementary color
Monochromatic Colors of #F566AF
Black with #F566AF
Text Example
Text Example
White with #F566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566AF; }
p { color: rgb(245,102,175); }
H1.HeaderClassName
{
color: #F566AF;
}
.AnyTagClassName
{
color: #F566AF;
}
</style>
background-color css
<style>
a { background-color: #F566AF; }
a { background-color: rgb(245,102,175); }
div.DivClassName
{
background-color: #F566AF;
}
.BgClassName
{
background-color: #F566AF;
}
</style>
border-color css
<style>
span { border-color: #F566AF; }
span { border-color: rgb(245,102,175); }
td.TdClassName
{
border-color: #F566AF;
}
.TagClassName
{
border-color: #F566AF;
}
</style>