Shades of Hot Pink #F773B4
Tints of Hot Pink #F773B4
RGB
CMYK
RGB Variations
Color information
#F773B4 (or 0xF773B4) is known color: Hot Pink. HEX triplet: F7, 73 and B4. RGB value is (247,115,180). Sum of RGB (Red+Green+Blue) = 247+115+180=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F773B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773B4 is #088C4B. Grayscale: #A1A1A1. Windows color (decimal): -560204 or 11826167. OLE color: 11826167.
HSL color Cylindrical-coordinate representation of color #F773B4: hue angle of 330.45º 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 #F773B4 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 180 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.03 |
| HSL | 330.45º | 0.89% | 0.71% | - |
| HSV(B) | 330.45º | 0.53% | 0.97% | - |
| XYZ | 52.73 | 35.33 | 47.22 | - |
| YUV | 161.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 180 | 0 | 0.53 | 0.27 | 0.03 | 330.45 | 0.89 | 0.71 |
| Hex | F7 | 73 | B4 | 0 | 35 | 1B | 3 | 14A | 59 | 47 |
| Octal | 367 | 163 | 264 | 0 | 65 | 33 | 3 | 512 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10110100 | 0 | 110101 | 11011 | 11 | 101001010 | 1011001 | 1000111 |
Color Harmonies of #F773B4
Complementary color
Monochromatic Colors of #F773B4
Black with #F773B4
Text Example
Text Example
White with #F773B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773B4; }
p { color: rgb(247,115,180); }
H1.HeaderClassName
{
color: #F773B4;
}
.AnyTagClassName
{
color: #F773B4;
}
</style>
background-color css
<style>
a { background-color: #F773B4; }
a { background-color: rgb(247,115,180); }
div.DivClassName
{
background-color: #F773B4;
}
.BgClassName
{
background-color: #F773B4;
}
</style>
border-color css
<style>
span { border-color: #F773B4; }
span { border-color: rgb(247,115,180); }
td.TdClassName
{
border-color: #F773B4;
}
.TagClassName
{
border-color: #F773B4;
}
</style>