Shades of Hot Pink #F064AB
Tints of Hot Pink #F064AB
RGB
CMYK
RGB Variations
Color information
#F064AB (or 0xF064AB) is known color: Hot Pink. HEX triplet: F0, 64 and AB. RGB value is (240,100,171). Sum of RGB (Red+Green+Blue) = 240+100+171=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F064AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F064AB is #0F9B54. Grayscale: #959595. Windows color (decimal): -1022805 or 11232496. OLE color: 11232496.
HSL color Cylindrical-coordinate representation of color #F064AB: hue angle of 329.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064AB is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 171 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.06 |
| HSL | 329.57º | 0.82% | 0.67% | - |
| HSV(B) | 329.57º | 0.58% | 0.94% | - |
| XYZ | 47.84 | 30.58 | 41.91 | - |
| YUV | 149.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 171 | 0 | 0.58 | 0.29 | 0.06 | 329.57 | 0.82 | 0.67 |
| Hex | F0 | 64 | AB | 0 | 3A | 1D | 6 | 14A | 52 | 43 |
| Octal | 360 | 144 | 253 | 0 | 72 | 35 | 6 | 512 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10101011 | 0 | 111010 | 11101 | 110 | 101001010 | 1010010 | 1000011 |
Color Harmonies of #F064AB
Complementary color
Monochromatic Colors of #F064AB
Black with #F064AB
Text Example
Text Example
White with #F064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064AB; }
p { color: rgb(240,100,171); }
H1.HeaderClassName
{
color: #F064AB;
}
.AnyTagClassName
{
color: #F064AB;
}
</style>
background-color css
<style>
a { background-color: #F064AB; }
a { background-color: rgb(240,100,171); }
div.DivClassName
{
background-color: #F064AB;
}
.BgClassName
{
background-color: #F064AB;
}
</style>
border-color css
<style>
span { border-color: #F064AB; }
span { border-color: rgb(240,100,171); }
td.TdClassName
{
border-color: #F064AB;
}
.TagClassName
{
border-color: #F064AB;
}
</style>