Shades of Hot Pink #F772B7
Tints of Hot Pink #F772B7
RGB
CMYK
RGB Variations
Color information
#F772B7 (or 0xF772B7) is known color: Hot Pink. HEX triplet: F7, 72 and B7. RGB value is (247,114,183). Sum of RGB (Red+Green+Blue) = 247+114+183=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F772B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772B7 is #088D48. Grayscale: #A1A1A1. Windows color (decimal): -560457 or 12022519. OLE color: 12022519.
HSL color Cylindrical-coordinate representation of color #F772B7: hue angle of 328.87º 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 #F772B7 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 183 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.03 |
| HSL | 328.87º | 0.89% | 0.71% | - |
| HSV(B) | 328.87º | 0.54% | 0.97% | - |
| XYZ | 52.92 | 35.23 | 48.81 | - |
| YUV | 161.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 183 | 0 | 0.54 | 0.26 | 0.03 | 328.87 | 0.89 | 0.71 |
| Hex | F7 | 72 | B7 | 0 | 36 | 1A | 3 | 149 | 59 | 47 |
| Octal | 367 | 162 | 267 | 0 | 66 | 32 | 3 | 511 | 131 | 107 |
| Binary | 11110111 | 1110010 | 10110111 | 0 | 110110 | 11010 | 11 | 101001001 | 1011001 | 1000111 |
Color Harmonies of #F772B7
Complementary color
Monochromatic Colors of #F772B7
Black with #F772B7
Text Example
Text Example
White with #F772B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772B7; }
p { color: rgb(247,114,183); }
H1.HeaderClassName
{
color: #F772B7;
}
.AnyTagClassName
{
color: #F772B7;
}
</style>
background-color css
<style>
a { background-color: #F772B7; }
a { background-color: rgb(247,114,183); }
div.DivClassName
{
background-color: #F772B7;
}
.BgClassName
{
background-color: #F772B7;
}
</style>
border-color css
<style>
span { border-color: #F772B7; }
span { border-color: rgb(247,114,183); }
td.TdClassName
{
border-color: #F772B7;
}
.TagClassName
{
border-color: #F772B7;
}
</style>