Shades of Hot Pink #FE76AF
Tints of Hot Pink #FE76AF
RGB
CMYK
RGB Variations
Color information
#FE76AF (or 0xFE76AF) is known color: Hot Pink. HEX triplet: FE, 76 and AF. RGB value is (254,118,175). Sum of RGB (Red+Green+Blue) = 254+118+175=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE76AF is #018950. Grayscale: #A5A5A5. Windows color (decimal): -100689 or 11499262. OLE color: 11499262.
HSL color Cylindrical-coordinate representation of color #FE76AF: hue angle of 334.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76AF is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 175 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.00 |
| HSL | 334.85º | 0.99% | 0.73% | - |
| HSV(B) | 334.85º | 0.54% | 1% | - |
| XYZ | 55.09 | 37.12 | 44.82 | - |
| YUV | 165.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 175 | 0 | 0.54 | 0.31 | 0.00 | 334.85 | 0.99 | 0.73 |
| Hex | FE | 76 | AF | 0 | 36 | 1F | 0 | 14F | 63 | 49 |
| Octal | 376 | 166 | 257 | 0 | 66 | 37 | 0 | 517 | 143 | 111 |
| Binary | 11111110 | 1110110 | 10101111 | 0 | 110110 | 11111 | 0 | 101001111 | 1100011 | 1001001 |
Color Harmonies of #FE76AF
Complementary color
Monochromatic Colors of #FE76AF
Black with #FE76AF
Text Example
Text Example
White with #FE76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76AF; }
p { color: rgb(254,118,175); }
H1.HeaderClassName
{
color: #FE76AF;
}
.AnyTagClassName
{
color: #FE76AF;
}
</style>
background-color css
<style>
a { background-color: #FE76AF; }
a { background-color: rgb(254,118,175); }
div.DivClassName
{
background-color: #FE76AF;
}
.BgClassName
{
background-color: #FE76AF;
}
</style>
border-color css
<style>
span { border-color: #FE76AF; }
span { border-color: rgb(254,118,175); }
td.TdClassName
{
border-color: #FE76AF;
}
.TagClassName
{
border-color: #FE76AF;
}
</style>