Shades of Hot Pink #F76AB5
Tints of Hot Pink #F76AB5
RGB
CMYK
RGB Variations
Color information
#F76AB5 (or 0xF76AB5) is known color: Hot Pink. HEX triplet: F7, 6A and B5. RGB value is (247,106,181). Sum of RGB (Red+Green+Blue) = 247+106+181=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AB5 is #08954A. Grayscale: #9C9C9C. Windows color (decimal): -562507 or 11889399. OLE color: 11889399.
HSL color Cylindrical-coordinate representation of color #F76AB5: hue angle of 328.09º 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 #F76AB5 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 181 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.03 |
| HSL | 328.09º | 0.9% | 0.69% | - |
| HSV(B) | 328.09º | 0.57% | 0.97% | - |
| XYZ | 51.85 | 33.42 | 47.43 | - |
| YUV | 156.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 181 | 0 | 0.57 | 0.27 | 0.03 | 328.09 | 0.9 | 0.69 |
| Hex | F7 | 6A | B5 | 0 | 39 | 1B | 3 | 148 | 5A | 45 |
| Octal | 367 | 152 | 265 | 0 | 71 | 33 | 3 | 510 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10110101 | 0 | 111001 | 11011 | 11 | 101001000 | 1011010 | 1000101 |
Color Harmonies of #F76AB5
Complementary color
Monochromatic Colors of #F76AB5
Black with #F76AB5
Text Example
Text Example
White with #F76AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AB5; }
p { color: rgb(247,106,181); }
H1.HeaderClassName
{
color: #F76AB5;
}
.AnyTagClassName
{
color: #F76AB5;
}
</style>
background-color css
<style>
a { background-color: #F76AB5; }
a { background-color: rgb(247,106,181); }
div.DivClassName
{
background-color: #F76AB5;
}
.BgClassName
{
background-color: #F76AB5;
}
</style>
border-color css
<style>
span { border-color: #F76AB5; }
span { border-color: rgb(247,106,181); }
td.TdClassName
{
border-color: #F76AB5;
}
.TagClassName
{
border-color: #F76AB5;
}
</style>