Shades of Hot Pink #F776B2
Tints of Hot Pink #F776B2
RGB
CMYK
RGB Variations
Color information
#F776B2 (or 0xF776B2) is known color: Hot Pink. HEX triplet: F7, 76 and B2. RGB value is (247,118,178). Sum of RGB (Red+Green+Blue) = 247+118+178=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F776B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F776B2 is #08894D. Grayscale: #A3A3A3. Windows color (decimal): -559438 or 11695863. OLE color: 11695863.
HSL color Cylindrical-coordinate representation of color #F776B2: hue angle of 332.09º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776B2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 178 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.03 |
| HSL | 332.09º | 0.89% | 0.72% | - |
| HSV(B) | 332.09º | 0.52% | 0.97% | - |
| XYZ | 52.87 | 35.95 | 46.27 | - |
| YUV | 163.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 178 | 0 | 0.52 | 0.28 | 0.03 | 332.09 | 0.89 | 0.72 |
| Hex | F7 | 76 | B2 | 0 | 34 | 1C | 3 | 14C | 59 | 48 |
| Octal | 367 | 166 | 262 | 0 | 64 | 34 | 3 | 514 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10110010 | 0 | 110100 | 11100 | 11 | 101001100 | 1011001 | 1001000 |
Color Harmonies of #F776B2
Complementary color
Monochromatic Colors of #F776B2
Black with #F776B2
Text Example
Text Example
White with #F776B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776B2; }
p { color: rgb(247,118,178); }
H1.HeaderClassName
{
color: #F776B2;
}
.AnyTagClassName
{
color: #F776B2;
}
</style>
background-color css
<style>
a { background-color: #F776B2; }
a { background-color: rgb(247,118,178); }
div.DivClassName
{
background-color: #F776B2;
}
.BgClassName
{
background-color: #F776B2;
}
</style>
border-color css
<style>
span { border-color: #F776B2; }
span { border-color: rgb(247,118,178); }
td.TdClassName
{
border-color: #F776B2;
}
.TagClassName
{
border-color: #F776B2;
}
</style>