Shades of Hot Pink #FF76AF
Tints of Hot Pink #FF76AF
RGB
CMYK
RGB Variations
Color information
#FF76AF (or 0xFF76AF) is known color: Hot Pink. HEX triplet: FF, 76 and AF. RGB value is (255,118,175). Sum of RGB (Red+Green+Blue) = 255+118+175=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF76AF is #008950. Grayscale: #A5A5A5. Windows color (decimal): -35153 or 11499263. OLE color: 11499263.
HSL color Cylindrical-coordinate representation of color #FF76AF: hue angle of 335.04º 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 #FF76AF is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 175 | - |
| CMYK | 0 | 0.54 | 0.31 | 0 |
| HSL | 335.04º | 1% | 0.73% | - |
| HSV(B) | 335.04º | 0.54% | 1% | - |
| XYZ | 55.46 | 37.31 | 44.84 | - |
| YUV | 165.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 175 | 0 | 0.54 | 0.31 | 0 | 335.04 | 1 | 0.73 |
| Hex | FF | 76 | AF | 0 | 36 | 1F | 0 | 14F | 64 | 49 |
| Octal | 377 | 166 | 257 | 0 | 66 | 37 | 0 | 517 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10101111 | 0 | 110110 | 11111 | 0 | 101001111 | 1100100 | 1001001 |
Color Harmonies of #FF76AF
Complementary color
Monochromatic Colors of #FF76AF
Black with #FF76AF
Text Example
Text Example
White with #FF76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76AF; }
p { color: rgb(255,118,175); }
H1.HeaderClassName
{
color: #FF76AF;
}
.AnyTagClassName
{
color: #FF76AF;
}
</style>
background-color css
<style>
a { background-color: #FF76AF; }
a { background-color: rgb(255,118,175); }
div.DivClassName
{
background-color: #FF76AF;
}
.BgClassName
{
background-color: #FF76AF;
}
</style>
border-color css
<style>
span { border-color: #FF76AF; }
span { border-color: rgb(255,118,175); }
td.TdClassName
{
border-color: #FF76AF;
}
.TagClassName
{
border-color: #FF76AF;
}
</style>