Shades of Hot Pink #F76AB1
Tints of Hot Pink #F76AB1
RGB
CMYK
RGB Variations
Color information
#F76AB1 (or 0xF76AB1) is known color: Hot Pink. HEX triplet: F7, 6A and B1. RGB value is (247,106,177). Sum of RGB (Red+Green+Blue) = 247+106+177=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76AB1 is #08954E. Grayscale: #9C9C9C. Windows color (decimal): -562511 or 11627255. OLE color: 11627255.
HSL color Cylindrical-coordinate representation of color #F76AB1: hue angle of 329.79º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76AB1 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 177 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.03 |
| HSL | 329.79º | 0.9% | 0.69% | - |
| HSV(B) | 329.79º | 0.57% | 0.97% | - |
| XYZ | 51.45 | 33.26 | 45.3 | - |
| YUV | 156.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 177 | 0 | 0.57 | 0.28 | 0.03 | 329.79 | 0.9 | 0.69 |
| Hex | F7 | 6A | B1 | 0 | 39 | 1C | 3 | 14A | 5A | 45 |
| Octal | 367 | 152 | 261 | 0 | 71 | 34 | 3 | 512 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10110001 | 0 | 111001 | 11100 | 11 | 101001010 | 1011010 | 1000101 |
Color Harmonies of #F76AB1
Complementary color
Monochromatic Colors of #F76AB1
Black with #F76AB1
Text Example
Text Example
White with #F76AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AB1; }
p { color: rgb(247,106,177); }
H1.HeaderClassName
{
color: #F76AB1;
}
.AnyTagClassName
{
color: #F76AB1;
}
</style>
background-color css
<style>
a { background-color: #F76AB1; }
a { background-color: rgb(247,106,177); }
div.DivClassName
{
background-color: #F76AB1;
}
.BgClassName
{
background-color: #F76AB1;
}
</style>
border-color css
<style>
span { border-color: #F76AB1; }
span { border-color: rgb(247,106,177); }
td.TdClassName
{
border-color: #F76AB1;
}
.TagClassName
{
border-color: #F76AB1;
}
</style>