Shades of Hot Pink #F764AC
Tints of Hot Pink #F764AC
RGB
CMYK
RGB Variations
Color information
#F764AC (or 0xF764AC) is known color: Hot Pink. HEX triplet: F7, 64 and AC. RGB value is (247,100,172). Sum of RGB (Red+Green+Blue) = 247+100+172=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F764AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764AC is #089B53. Grayscale: #989898. Windows color (decimal): -564052 or 11298039. OLE color: 11298039.
HSL color Cylindrical-coordinate representation of color #F764AC: hue angle of 330.61º 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 #F764AC is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 172 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.03 |
| HSL | 330.61º | 0.9% | 0.68% | - |
| HSV(B) | 330.61º | 0.6% | 0.97% | - |
| XYZ | 50.36 | 31.87 | 42.53 | - |
| YUV | 152.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 172 | 0 | 0.60 | 0.30 | 0.03 | 330.61 | 0.9 | 0.68 |
| Hex | F7 | 64 | AC | 0 | 3C | 1E | 3 | 14B | 5A | 44 |
| Octal | 367 | 144 | 254 | 0 | 74 | 36 | 3 | 513 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10101100 | 0 | 111100 | 11110 | 11 | 101001011 | 1011010 | 1000100 |
Color Harmonies of #F764AC
Complementary color
Monochromatic Colors of #F764AC
Black with #F764AC
Text Example
Text Example
White with #F764AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764AC; }
p { color: rgb(247,100,172); }
H1.HeaderClassName
{
color: #F764AC;
}
.AnyTagClassName
{
color: #F764AC;
}
</style>
background-color css
<style>
a { background-color: #F764AC; }
a { background-color: rgb(247,100,172); }
div.DivClassName
{
background-color: #F764AC;
}
.BgClassName
{
background-color: #F764AC;
}
</style>
border-color css
<style>
span { border-color: #F764AC; }
span { border-color: rgb(247,100,172); }
td.TdClassName
{
border-color: #F764AC;
}
.TagClassName
{
border-color: #F764AC;
}
</style>