Shades of Hot Pink #F064BC
Tints of Hot Pink #F064BC
RGB
CMYK
RGB Variations
Color information
#F064BC (or 0xF064BC) is known color: Hot Pink. HEX triplet: F0, 64 and BC. RGB value is (240,100,188). Sum of RGB (Red+Green+Blue) = 240+100+188=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F064BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064BC is #0F9B43. Grayscale: #979797. Windows color (decimal): -1022788 or 12346608. OLE color: 12346608.
HSL color Cylindrical-coordinate representation of color #F064BC: hue angle of 322.29º 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 #F064BC is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 188 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.06 |
| HSL | 322.29º | 0.82% | 0.67% | - |
| HSV(B) | 322.29º | 0.58% | 0.94% | - |
| XYZ | 49.57 | 31.27 | 51 | - |
| YUV | 151.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 188 | 0 | 0.58 | 0.22 | 0.06 | 322.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | BC | 0 | 3A | 16 | 6 | 142 | 52 | 43 |
| Octal | 360 | 144 | 274 | 0 | 72 | 26 | 6 | 502 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10111100 | 0 | 111010 | 10110 | 110 | 101000010 | 1010010 | 1000011 |
Color Harmonies of #F064BC
Complementary color
Monochromatic Colors of #F064BC
Black with #F064BC
Text Example
Text Example
White with #F064BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064BC; }
p { color: rgb(240,100,188); }
H1.HeaderClassName
{
color: #F064BC;
}
.AnyTagClassName
{
color: #F064BC;
}
</style>
background-color css
<style>
a { background-color: #F064BC; }
a { background-color: rgb(240,100,188); }
div.DivClassName
{
background-color: #F064BC;
}
.BgClassName
{
background-color: #F064BC;
}
</style>
border-color css
<style>
span { border-color: #F064BC; }
span { border-color: rgb(240,100,188); }
td.TdClassName
{
border-color: #F064BC;
}
.TagClassName
{
border-color: #F064BC;
}
</style>