Shades of Hot Pink #FF76B2
Tints of Hot Pink #FF76B2
RGB
CMYK
RGB Variations
Color information
#FF76B2 (or 0xFF76B2) is known color: Hot Pink. HEX triplet: FF, 76 and B2. RGB value is (255,118,178). Sum of RGB (Red+Green+Blue) = 255+118+178=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76B2 is #00894D. Grayscale: #A5A5A5. Windows color (decimal): -35150 or 11695871. OLE color: 11695871.
HSL color Cylindrical-coordinate representation of color #FF76B2: hue angle of 333.72º 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 #FF76B2 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 178 | - |
| CMYK | 0 | 0.54 | 0.30 | 0 |
| HSL | 333.72º | 1% | 0.73% | - |
| HSV(B) | 333.72º | 0.54% | 1% | - |
| XYZ | 55.75 | 37.43 | 46.41 | - |
| YUV | 165.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 178 | 0 | 0.54 | 0.30 | 0 | 333.72 | 1 | 0.73 |
| Hex | FF | 76 | B2 | 0 | 36 | 1E | 0 | 14E | 64 | 49 |
| Octal | 377 | 166 | 262 | 0 | 66 | 36 | 0 | 516 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10110010 | 0 | 110110 | 11110 | 0 | 101001110 | 1100100 | 1001001 |
Color Harmonies of #FF76B2
Complementary color
Monochromatic Colors of #FF76B2
Black with #FF76B2
Text Example
Text Example
White with #FF76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76B2; }
p { color: rgb(255,118,178); }
H1.HeaderClassName
{
color: #FF76B2;
}
.AnyTagClassName
{
color: #FF76B2;
}
</style>
background-color css
<style>
a { background-color: #FF76B2; }
a { background-color: rgb(255,118,178); }
div.DivClassName
{
background-color: #FF76B2;
}
.BgClassName
{
background-color: #FF76B2;
}
</style>
border-color css
<style>
span { border-color: #FF76B2; }
span { border-color: rgb(255,118,178); }
td.TdClassName
{
border-color: #FF76B2;
}
.TagClassName
{
border-color: #FF76B2;
}
</style>