Shades of Hot Pink #F764BA
Tints of Hot Pink #F764BA
RGB
CMYK
RGB Variations
Color information
#F764BA (or 0xF764BA) is known color: Hot Pink. HEX triplet: F7, 64 and BA. RGB value is (247,100,186). Sum of RGB (Red+Green+Blue) = 247+100+186=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F764BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764BA is #089B45. Grayscale: #999999. Windows color (decimal): -564038 or 12215543. OLE color: 12215543.
HSL color Cylindrical-coordinate representation of color #F764BA: hue angle of 324.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764BA is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 186 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.03 |
| HSL | 324.9º | 0.9% | 0.68% | - |
| HSV(B) | 324.9º | 0.6% | 0.97% | - |
| XYZ | 51.78 | 32.43 | 49.99 | - |
| YUV | 153.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 186 | 0 | 0.60 | 0.25 | 0.03 | 324.9 | 0.9 | 0.68 |
| Hex | F7 | 64 | BA | 0 | 3C | 19 | 3 | 145 | 5A | 44 |
| Octal | 367 | 144 | 272 | 0 | 74 | 31 | 3 | 505 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10111010 | 0 | 111100 | 11001 | 11 | 101000101 | 1011010 | 1000100 |
Color Harmonies of #F764BA
Complementary color
Monochromatic Colors of #F764BA
Black with #F764BA
Text Example
Text Example
White with #F764BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764BA; }
p { color: rgb(247,100,186); }
H1.HeaderClassName
{
color: #F764BA;
}
.AnyTagClassName
{
color: #F764BA;
}
</style>
background-color css
<style>
a { background-color: #F764BA; }
a { background-color: rgb(247,100,186); }
div.DivClassName
{
background-color: #F764BA;
}
.BgClassName
{
background-color: #F764BA;
}
</style>
border-color css
<style>
span { border-color: #F764BA; }
span { border-color: rgb(247,100,186); }
td.TdClassName
{
border-color: #F764BA;
}
.TagClassName
{
border-color: #F764BA;
}
</style>