Shades of Hot Pink #F773AB
Tints of Hot Pink #F773AB
RGB
CMYK
RGB Variations
Color information
#F773AB (or 0xF773AB) is known color: Hot Pink. HEX triplet: F7, 73 and AB. RGB value is (247,115,171). Sum of RGB (Red+Green+Blue) = 247+115+171=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F773AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F773AB is #088C54. Grayscale: #A0A0A0. Windows color (decimal): -560213 or 11236343. OLE color: 11236343.
HSL color Cylindrical-coordinate representation of color #F773AB: hue angle of 334.55º 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 #F773AB is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 171 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.03 |
| HSL | 334.55º | 0.89% | 0.71% | - |
| HSV(B) | 334.55º | 0.53% | 0.97% | - |
| XYZ | 51.84 | 34.98 | 42.55 | - |
| YUV | 160.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 171 | 0 | 0.53 | 0.31 | 0.03 | 334.55 | 0.89 | 0.71 |
| Hex | F7 | 73 | AB | 0 | 35 | 1F | 3 | 14F | 59 | 47 |
| Octal | 367 | 163 | 253 | 0 | 65 | 37 | 3 | 517 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10101011 | 0 | 110101 | 11111 | 11 | 101001111 | 1011001 | 1000111 |
Color Harmonies of #F773AB
Complementary color
Monochromatic Colors of #F773AB
Black with #F773AB
Text Example
Text Example
White with #F773AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773AB; }
p { color: rgb(247,115,171); }
H1.HeaderClassName
{
color: #F773AB;
}
.AnyTagClassName
{
color: #F773AB;
}
</style>
background-color css
<style>
a { background-color: #F773AB; }
a { background-color: rgb(247,115,171); }
div.DivClassName
{
background-color: #F773AB;
}
.BgClassName
{
background-color: #F773AB;
}
</style>
border-color css
<style>
span { border-color: #F773AB; }
span { border-color: rgb(247,115,171); }
td.TdClassName
{
border-color: #F773AB;
}
.TagClassName
{
border-color: #F773AB;
}
</style>