Shades of Hot Pink #F772B2
Tints of Hot Pink #F772B2
RGB
CMYK
RGB Variations
Color information
#F772B2 (or 0xF772B2) is known color: Hot Pink. HEX triplet: F7, 72 and B2. RGB value is (247,114,178). Sum of RGB (Red+Green+Blue) = 247+114+178=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F772B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F772B2 is #088D4D. Grayscale: #A0A0A0. Windows color (decimal): -560462 or 11694839. OLE color: 11694839.
HSL color Cylindrical-coordinate representation of color #F772B2: hue angle of 331.13º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772B2 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 178 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.03 |
| HSL | 331.13º | 0.89% | 0.71% | - |
| HSV(B) | 331.13º | 0.54% | 0.97% | - |
| XYZ | 52.41 | 35.02 | 46.12 | - |
| YUV | 161.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 178 | 0 | 0.54 | 0.28 | 0.03 | 331.13 | 0.89 | 0.71 |
| Hex | F7 | 72 | B2 | 0 | 36 | 1C | 3 | 14B | 59 | 47 |
| Octal | 367 | 162 | 262 | 0 | 66 | 34 | 3 | 513 | 131 | 107 |
| Binary | 11110111 | 1110010 | 10110010 | 0 | 110110 | 11100 | 11 | 101001011 | 1011001 | 1000111 |
Color Harmonies of #F772B2
Complementary color
Monochromatic Colors of #F772B2
Black with #F772B2
Text Example
Text Example
White with #F772B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772B2; }
p { color: rgb(247,114,178); }
H1.HeaderClassName
{
color: #F772B2;
}
.AnyTagClassName
{
color: #F772B2;
}
</style>
background-color css
<style>
a { background-color: #F772B2; }
a { background-color: rgb(247,114,178); }
div.DivClassName
{
background-color: #F772B2;
}
.BgClassName
{
background-color: #F772B2;
}
</style>
border-color css
<style>
span { border-color: #F772B2; }
span { border-color: rgb(247,114,178); }
td.TdClassName
{
border-color: #F772B2;
}
.TagClassName
{
border-color: #F772B2;
}
</style>