Shades of Hot Pink #FF76B5
Tints of Hot Pink #FF76B5
RGB
CMYK
RGB Variations
Color information
#FF76B5 (or 0xFF76B5) is known color: Hot Pink. HEX triplet: FF, 76 and B5. RGB value is (255,118,181). Sum of RGB (Red+Green+Blue) = 255+118+181=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76B5 is #00894A. Grayscale: #A6A6A6. Windows color (decimal): -35147 or 11892479. OLE color: 11892479.
HSL color Cylindrical-coordinate representation of color #FF76B5: hue angle of 332.41º 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 #FF76B5 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 181 | - |
| CMYK | 0 | 0.54 | 0.29 | 0 |
| HSL | 332.41º | 1% | 0.73% | - |
| HSV(B) | 332.41º | 0.54% | 1% | - |
| XYZ | 56.06 | 37.55 | 48.01 | - |
| YUV | 166.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 181 | 0 | 0.54 | 0.29 | 0 | 332.41 | 1 | 0.73 |
| Hex | FF | 76 | B5 | 0 | 36 | 1D | 0 | 14C | 64 | 49 |
| Octal | 377 | 166 | 265 | 0 | 66 | 35 | 0 | 514 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10110101 | 0 | 110110 | 11101 | 0 | 101001100 | 1100100 | 1001001 |
Color Harmonies of #FF76B5
Complementary color
Monochromatic Colors of #FF76B5
Black with #FF76B5
Text Example
Text Example
White with #FF76B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76B5; }
p { color: rgb(255,118,181); }
H1.HeaderClassName
{
color: #FF76B5;
}
.AnyTagClassName
{
color: #FF76B5;
}
</style>
background-color css
<style>
a { background-color: #FF76B5; }
a { background-color: rgb(255,118,181); }
div.DivClassName
{
background-color: #FF76B5;
}
.BgClassName
{
background-color: #FF76B5;
}
</style>
border-color css
<style>
span { border-color: #FF76B5; }
span { border-color: rgb(255,118,181); }
td.TdClassName
{
border-color: #FF76B5;
}
.TagClassName
{
border-color: #FF76B5;
}
</style>