Shades of Hot Pink #FF76B7
Tints of Hot Pink #FF76B7
RGB
CMYK
RGB Variations
Color information
#FF76B7 (or 0xFF76B7) is known color: Hot Pink. HEX triplet: FF, 76 and B7. RGB value is (255,118,183). Sum of RGB (Red+Green+Blue) = 255+118+183=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76B7 is #008948. Grayscale: #A6A6A6. Windows color (decimal): -35145 or 12023551. OLE color: 12023551.
HSL color Cylindrical-coordinate representation of color #FF76B7: hue angle of 331.53º 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 #FF76B7 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 183 | - |
| CMYK | 0 | 0.54 | 0.28 | 0 |
| HSL | 331.53º | 1% | 0.73% | - |
| HSV(B) | 331.53º | 0.54% | 1% | - |
| XYZ | 56.27 | 37.64 | 49.1 | - |
| YUV | 166.37 | 137.39 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 183 | 0 | 0.54 | 0.28 | 0 | 331.53 | 1 | 0.73 |
| Hex | FF | 76 | B7 | 0 | 36 | 1C | 0 | 14C | 64 | 49 |
| Octal | 377 | 166 | 267 | 0 | 66 | 34 | 0 | 514 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10110111 | 0 | 110110 | 11100 | 0 | 101001100 | 1100100 | 1001001 |
Color Harmonies of #FF76B7
Complementary color
Monochromatic Colors of #FF76B7
Black with #FF76B7
Text Example
Text Example
White with #FF76B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76B7; }
p { color: rgb(255,118,183); }
H1.HeaderClassName
{
color: #FF76B7;
}
.AnyTagClassName
{
color: #FF76B7;
}
</style>
background-color css
<style>
a { background-color: #FF76B7; }
a { background-color: rgb(255,118,183); }
div.DivClassName
{
background-color: #FF76B7;
}
.BgClassName
{
background-color: #FF76B7;
}
</style>
border-color css
<style>
span { border-color: #FF76B7; }
span { border-color: rgb(255,118,183); }
td.TdClassName
{
border-color: #FF76B7;
}
.TagClassName
{
border-color: #FF76B7;
}
</style>