Shades of Hot Pink #FF76B0
Tints of Hot Pink #FF76B0
RGB
CMYK
RGB Variations
Color information
#FF76B0 (or 0xFF76B0) is known color: Hot Pink. HEX triplet: FF, 76 and B0. RGB value is (255,118,176). Sum of RGB (Red+Green+Blue) = 255+118+176=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76B0 is #00894F. Grayscale: #A5A5A5. Windows color (decimal): -35152 or 11564799. OLE color: 11564799.
HSL color Cylindrical-coordinate representation of color #FF76B0: hue angle of 334.6º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76B0 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 176 | - |
| CMYK | 0 | 0.54 | 0.31 | 0 |
| HSL | 334.6º | 1% | 0.73% | - |
| HSV(B) | 334.6º | 0.54% | 1% | - |
| XYZ | 55.55 | 37.35 | 45.36 | - |
| YUV | 165.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 176 | 0 | 0.54 | 0.31 | 0 | 334.6 | 1 | 0.73 |
| Hex | FF | 76 | B0 | 0 | 36 | 1F | 0 | 14F | 64 | 49 |
| Octal | 377 | 166 | 260 | 0 | 66 | 37 | 0 | 517 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10110000 | 0 | 110110 | 11111 | 0 | 101001111 | 1100100 | 1001001 |
Color Harmonies of #FF76B0
Complementary color
Monochromatic Colors of #FF76B0
Black with #FF76B0
Text Example
Text Example
White with #FF76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76B0; }
p { color: rgb(255,118,176); }
H1.HeaderClassName
{
color: #FF76B0;
}
.AnyTagClassName
{
color: #FF76B0;
}
</style>
background-color css
<style>
a { background-color: #FF76B0; }
a { background-color: rgb(255,118,176); }
div.DivClassName
{
background-color: #FF76B0;
}
.BgClassName
{
background-color: #FF76B0;
}
</style>
border-color css
<style>
span { border-color: #FF76B0; }
span { border-color: rgb(255,118,176); }
td.TdClassName
{
border-color: #FF76B0;
}
.TagClassName
{
border-color: #FF76B0;
}
</style>