Shades of Hot Pink #F761AA
Tints of Hot Pink #F761AA
RGB
CMYK
RGB Variations
Color information
#F761AA (or 0xF761AA) is known color: Hot Pink. HEX triplet: F7, 61 and AA. RGB value is (247,97,170). Sum of RGB (Red+Green+Blue) = 247+97+170=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F761AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F761AA is #089E55. Grayscale: #969696. Windows color (decimal): -564822 or 11166199. OLE color: 11166199.
HSL color Cylindrical-coordinate representation of color #F761AA: hue angle of 330.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761AA is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 170 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.03 |
| HSL | 330.8º | 0.9% | 0.67% | - |
| HSV(B) | 330.8º | 0.61% | 0.97% | - |
| XYZ | 49.89 | 31.23 | 41.43 | - |
| YUV | 150.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 170 | 0 | 0.61 | 0.31 | 0.03 | 330.8 | 0.9 | 0.67 |
| Hex | F7 | 61 | AA | 0 | 3D | 1F | 3 | 14B | 5A | 43 |
| Octal | 367 | 141 | 252 | 0 | 75 | 37 | 3 | 513 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10101010 | 0 | 111101 | 11111 | 11 | 101001011 | 1011010 | 1000011 |
Color Harmonies of #F761AA
Complementary color
Monochromatic Colors of #F761AA
Black with #F761AA
Text Example
Text Example
White with #F761AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761AA; }
p { color: rgb(247,97,170); }
H1.HeaderClassName
{
color: #F761AA;
}
.AnyTagClassName
{
color: #F761AA;
}
</style>
background-color css
<style>
a { background-color: #F761AA; }
a { background-color: rgb(247,97,170); }
div.DivClassName
{
background-color: #F761AA;
}
.BgClassName
{
background-color: #F761AA;
}
</style>
border-color css
<style>
span { border-color: #F761AA; }
span { border-color: rgb(247,97,170); }
td.TdClassName
{
border-color: #F761AA;
}
.TagClassName
{
border-color: #F761AA;
}
</style>