Shades of Hot Pink #F76AB4
Tints of Hot Pink #F76AB4
RGB
CMYK
RGB Variations
Color information
#F76AB4 (or 0xF76AB4) is known color: Hot Pink. HEX triplet: F7, 6A and B4. RGB value is (247,106,180). Sum of RGB (Red+Green+Blue) = 247+106+180=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AB4 is #08954B. Grayscale: #9C9C9C. Windows color (decimal): -562508 or 11823863. OLE color: 11823863.
HSL color Cylindrical-coordinate representation of color #F76AB4: hue angle of 328.51º 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 #F76AB4 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 180 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.03 |
| HSL | 328.51º | 0.9% | 0.69% | - |
| HSV(B) | 328.51º | 0.57% | 0.97% | - |
| XYZ | 51.75 | 33.38 | 46.89 | - |
| YUV | 156.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 180 | 0 | 0.57 | 0.27 | 0.03 | 328.51 | 0.9 | 0.69 |
| Hex | F7 | 6A | B4 | 0 | 39 | 1B | 3 | 149 | 5A | 45 |
| Octal | 367 | 152 | 264 | 0 | 71 | 33 | 3 | 511 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10110100 | 0 | 111001 | 11011 | 11 | 101001001 | 1011010 | 1000101 |
Color Harmonies of #F76AB4
Complementary color
Monochromatic Colors of #F76AB4
Black with #F76AB4
Text Example
Text Example
White with #F76AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AB4; }
p { color: rgb(247,106,180); }
H1.HeaderClassName
{
color: #F76AB4;
}
.AnyTagClassName
{
color: #F76AB4;
}
</style>
background-color css
<style>
a { background-color: #F76AB4; }
a { background-color: rgb(247,106,180); }
div.DivClassName
{
background-color: #F76AB4;
}
.BgClassName
{
background-color: #F76AB4;
}
</style>
border-color css
<style>
span { border-color: #F76AB4; }
span { border-color: rgb(247,106,180); }
td.TdClassName
{
border-color: #F76AB4;
}
.TagClassName
{
border-color: #F76AB4;
}
</style>