Shades of Hot Pink #F763AC
Tints of Hot Pink #F763AC
RGB
CMYK
RGB Variations
Color information
#F763AC (or 0xF763AC) is known color: Hot Pink. HEX triplet: F7, 63 and AC. RGB value is (247,99,172). Sum of RGB (Red+Green+Blue) = 247+99+172=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F763AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F763AC is #089C53. Grayscale: #979797. Windows color (decimal): -564308 or 11297783. OLE color: 11297783.
HSL color Cylindrical-coordinate representation of color #F763AC: hue angle of 330.41º 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 #F763AC is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 172 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.03 |
| HSL | 330.41º | 0.9% | 0.68% | - |
| HSV(B) | 330.41º | 0.6% | 0.97% | - |
| XYZ | 50.27 | 31.68 | 42.49 | - |
| YUV | 151.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 172 | 0 | 0.60 | 0.30 | 0.03 | 330.41 | 0.9 | 0.68 |
| Hex | F7 | 63 | AC | 0 | 3C | 1E | 3 | 14A | 5A | 44 |
| Octal | 367 | 143 | 254 | 0 | 74 | 36 | 3 | 512 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10101100 | 0 | 111100 | 11110 | 11 | 101001010 | 1011010 | 1000100 |
Color Harmonies of #F763AC
Complementary color
Monochromatic Colors of #F763AC
Black with #F763AC
Text Example
Text Example
White with #F763AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763AC; }
p { color: rgb(247,99,172); }
H1.HeaderClassName
{
color: #F763AC;
}
.AnyTagClassName
{
color: #F763AC;
}
</style>
background-color css
<style>
a { background-color: #F763AC; }
a { background-color: rgb(247,99,172); }
div.DivClassName
{
background-color: #F763AC;
}
.BgClassName
{
background-color: #F763AC;
}
</style>
border-color css
<style>
span { border-color: #F763AC; }
span { border-color: rgb(247,99,172); }
td.TdClassName
{
border-color: #F763AC;
}
.TagClassName
{
border-color: #F763AC;
}
</style>