Shades of Hot Pink #F064BA
Tints of Hot Pink #F064BA
RGB
CMYK
RGB Variations
Color information
#F064BA (or 0xF064BA) is known color: Hot Pink. HEX triplet: F0, 64 and BA. RGB value is (240,100,186). Sum of RGB (Red+Green+Blue) = 240+100+186=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F064BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064BA is #0F9B45. Grayscale: #979797. Windows color (decimal): -1022790 or 12215536. OLE color: 12215536.
HSL color Cylindrical-coordinate representation of color #F064BA: hue angle of 323.14º 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 #F064BA is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 186 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.06 |
| HSL | 323.14º | 0.82% | 0.67% | - |
| HSV(B) | 323.14º | 0.58% | 0.94% | - |
| XYZ | 49.36 | 31.18 | 49.87 | - |
| YUV | 151.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 186 | 0 | 0.58 | 0.22 | 0.06 | 323.14 | 0.82 | 0.67 |
| Hex | F0 | 64 | BA | 0 | 3A | 16 | 6 | 143 | 52 | 43 |
| Octal | 360 | 144 | 272 | 0 | 72 | 26 | 6 | 503 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10111010 | 0 | 111010 | 10110 | 110 | 101000011 | 1010010 | 1000011 |
Color Harmonies of #F064BA
Complementary color
Monochromatic Colors of #F064BA
Black with #F064BA
Text Example
Text Example
White with #F064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064BA; }
p { color: rgb(240,100,186); }
H1.HeaderClassName
{
color: #F064BA;
}
.AnyTagClassName
{
color: #F064BA;
}
</style>
background-color css
<style>
a { background-color: #F064BA; }
a { background-color: rgb(240,100,186); }
div.DivClassName
{
background-color: #F064BA;
}
.BgClassName
{
background-color: #F064BA;
}
</style>
border-color css
<style>
span { border-color: #F064BA; }
span { border-color: rgb(240,100,186); }
td.TdClassName
{
border-color: #F064BA;
}
.TagClassName
{
border-color: #F064BA;
}
</style>