Shades of Hot Pink #F564AC
Tints of Hot Pink #F564AC
RGB
CMYK
RGB Variations
Color information
#F564AC (or 0xF564AC) is known color: Hot Pink. HEX triplet: F5, 64 and AC. RGB value is (245,100,172). Sum of RGB (Red+Green+Blue) = 245+100+172=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F564AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F564AC is #0A9B53. Grayscale: #979797. Windows color (decimal): -695124 or 11298037. OLE color: 11298037.
HSL color Cylindrical-coordinate representation of color #F564AC: hue angle of 330.21º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564AC is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 172 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.04 |
| HSL | 330.21º | 0.88% | 0.68% | - |
| HSV(B) | 330.21º | 0.59% | 0.96% | - |
| XYZ | 49.66 | 31.51 | 42.49 | - |
| YUV | 151.56 | 139.54 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 172 | 0 | 0.59 | 0.30 | 0.04 | 330.21 | 0.88 | 0.68 |
| Hex | F5 | 64 | AC | 0 | 3B | 1E | 4 | 14A | 58 | 44 |
| Octal | 365 | 144 | 254 | 0 | 73 | 36 | 4 | 512 | 130 | 104 |
| Binary | 11110101 | 1100100 | 10101100 | 0 | 111011 | 11110 | 100 | 101001010 | 1011000 | 1000100 |
Color Harmonies of #F564AC
Complementary color
Monochromatic Colors of #F564AC
Black with #F564AC
Text Example
Text Example
White with #F564AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564AC; }
p { color: rgb(245,100,172); }
H1.HeaderClassName
{
color: #F564AC;
}
.AnyTagClassName
{
color: #F564AC;
}
</style>
background-color css
<style>
a { background-color: #F564AC; }
a { background-color: rgb(245,100,172); }
div.DivClassName
{
background-color: #F564AC;
}
.BgClassName
{
background-color: #F564AC;
}
</style>
border-color css
<style>
span { border-color: #F564AC; }
span { border-color: rgb(245,100,172); }
td.TdClassName
{
border-color: #F564AC;
}
.TagClassName
{
border-color: #F564AC;
}
</style>