Shades of Hot Pink #F564BC
Tints of Hot Pink #F564BC
RGB
CMYK
RGB Variations
Color information
#F564BC (or 0xF564BC) is known color: Hot Pink. HEX triplet: F5, 64 and BC. RGB value is (245,100,188). Sum of RGB (Red+Green+Blue) = 245+100+188=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F564BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564BC is #0A9B43. Grayscale: #999999. Windows color (decimal): -695108 or 12346613. OLE color: 12346613.
HSL color Cylindrical-coordinate representation of color #F564BC: hue angle of 323.59º 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 #F564BC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 188 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.59º | 0.88% | 0.68% | - |
| HSV(B) | 323.59º | 0.59% | 0.96% | - |
| XYZ | 51.29 | 32.16 | 51.08 | - |
| YUV | 153.39 | 147.54 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 188 | 0 | 0.59 | 0.23 | 0.04 | 323.59 | 0.88 | 0.68 |
| Hex | F5 | 64 | BC | 0 | 3B | 17 | 4 | 144 | 58 | 44 |
| Octal | 365 | 144 | 274 | 0 | 73 | 27 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1100100 | 10111100 | 0 | 111011 | 10111 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F564BC
Complementary color
Monochromatic Colors of #F564BC
Black with #F564BC
Text Example
Text Example
White with #F564BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564BC; }
p { color: rgb(245,100,188); }
H1.HeaderClassName
{
color: #F564BC;
}
.AnyTagClassName
{
color: #F564BC;
}
</style>
background-color css
<style>
a { background-color: #F564BC; }
a { background-color: rgb(245,100,188); }
div.DivClassName
{
background-color: #F564BC;
}
.BgClassName
{
background-color: #F564BC;
}
</style>
border-color css
<style>
span { border-color: #F564BC; }
span { border-color: rgb(245,100,188); }
td.TdClassName
{
border-color: #F564BC;
}
.TagClassName
{
border-color: #F564BC;
}
</style>