Shades of Hot Pink #F773AA
Tints of Hot Pink #F773AA
RGB
CMYK
RGB Variations
Color information
#F773AA (or 0xF773AA) is known color: Hot Pink. HEX triplet: F7, 73 and AA. RGB value is (247,115,170). Sum of RGB (Red+Green+Blue) = 247+115+170=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F773AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F773AA is #088C55. Grayscale: #A0A0A0. Windows color (decimal): -560214 or 11170807. OLE color: 11170807.
HSL color Cylindrical-coordinate representation of color #F773AA: hue angle of 335º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773AA is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 170 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.03 |
| HSL | 335º | 0.89% | 0.71% | - |
| HSV(B) | 335º | 0.53% | 0.97% | - |
| XYZ | 51.74 | 34.94 | 42.05 | - |
| YUV | 160.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 170 | 0 | 0.53 | 0.31 | 0.03 | 335 | 0.89 | 0.71 |
| Hex | F7 | 73 | AA | 0 | 35 | 1F | 3 | 14F | 59 | 47 |
| Octal | 367 | 163 | 252 | 0 | 65 | 37 | 3 | 517 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10101010 | 0 | 110101 | 11111 | 11 | 101001111 | 1011001 | 1000111 |
Color Harmonies of #F773AA
Complementary color
Monochromatic Colors of #F773AA
Black with #F773AA
Text Example
Text Example
White with #F773AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773AA; }
p { color: rgb(247,115,170); }
H1.HeaderClassName
{
color: #F773AA;
}
.AnyTagClassName
{
color: #F773AA;
}
</style>
background-color css
<style>
a { background-color: #F773AA; }
a { background-color: rgb(247,115,170); }
div.DivClassName
{
background-color: #F773AA;
}
.BgClassName
{
background-color: #F773AA;
}
</style>
border-color css
<style>
span { border-color: #F773AA; }
span { border-color: rgb(247,115,170); }
td.TdClassName
{
border-color: #F773AA;
}
.TagClassName
{
border-color: #F773AA;
}
</style>