Shades of Hot Pink #F564BA
Tints of Hot Pink #F564BA
RGB
CMYK
RGB Variations
Color information
#F564BA (or 0xF564BA) is known color: Hot Pink. HEX triplet: F5, 64 and BA. RGB value is (245,100,186). Sum of RGB (Red+Green+Blue) = 245+100+186=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F564BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564BA is #0A9B45. Grayscale: #989898. Windows color (decimal): -695110 or 12215541. OLE color: 12215541.
HSL color Cylindrical-coordinate representation of color #F564BA: hue angle of 324.41º 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 #F564BA is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 186 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.04 |
| HSL | 324.41º | 0.88% | 0.68% | - |
| HSV(B) | 324.41º | 0.59% | 0.96% | - |
| XYZ | 51.08 | 32.07 | 49.95 | - |
| YUV | 153.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 186 | 0 | 0.59 | 0.24 | 0.04 | 324.41 | 0.88 | 0.68 |
| Hex | F5 | 64 | BA | 0 | 3B | 18 | 4 | 144 | 58 | 44 |
| Octal | 365 | 144 | 272 | 0 | 73 | 30 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1100100 | 10111010 | 0 | 111011 | 11000 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F564BA
Complementary color
Monochromatic Colors of #F564BA
Black with #F564BA
Text Example
Text Example
White with #F564BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564BA; }
p { color: rgb(245,100,186); }
H1.HeaderClassName
{
color: #F564BA;
}
.AnyTagClassName
{
color: #F564BA;
}
</style>
background-color css
<style>
a { background-color: #F564BA; }
a { background-color: rgb(245,100,186); }
div.DivClassName
{
background-color: #F564BA;
}
.BgClassName
{
background-color: #F564BA;
}
</style>
border-color css
<style>
span { border-color: #F564BA; }
span { border-color: rgb(245,100,186); }
td.TdClassName
{
border-color: #F564BA;
}
.TagClassName
{
border-color: #F564BA;
}
</style>