Shades of Hot Pink #FE6AAC
Tints of Hot Pink #FE6AAC
RGB
CMYK
RGB Variations
Color information
#FE6AAC (or 0xFE6AAC) is known color: Hot Pink. HEX triplet: FE, 6A and AC. RGB value is (254,106,172). Sum of RGB (Red+Green+Blue) = 254+106+172=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6AAC is #019553. Grayscale: #9D9D9D. Windows color (decimal): -103764 or 11299582. OLE color: 11299582.
HSL color Cylindrical-coordinate representation of color #FE6AAC: hue angle of 333.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6AAC is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 172 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.00 |
| HSL | 333.24º | 0.99% | 0.71% | - |
| HSV(B) | 333.24º | 0.58% | 1% | - |
| XYZ | 53.47 | 34.36 | 42.84 | - |
| YUV | 157.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 172 | 0 | 0.58 | 0.32 | 0.00 | 333.24 | 0.99 | 0.71 |
| Hex | FE | 6A | AC | 0 | 3A | 20 | 0 | 14D | 63 | 47 |
| Octal | 376 | 152 | 254 | 0 | 72 | 40 | 0 | 515 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10101100 | 0 | 111010 | 100000 | 0 | 101001101 | 1100011 | 1000111 |
Color Harmonies of #FE6AAC
Complementary color
Monochromatic Colors of #FE6AAC
Black with #FE6AAC
Text Example
Text Example
White with #FE6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AAC; }
p { color: rgb(254,106,172); }
H1.HeaderClassName
{
color: #FE6AAC;
}
.AnyTagClassName
{
color: #FE6AAC;
}
</style>
background-color css
<style>
a { background-color: #FE6AAC; }
a { background-color: rgb(254,106,172); }
div.DivClassName
{
background-color: #FE6AAC;
}
.BgClassName
{
background-color: #FE6AAC;
}
</style>
border-color css
<style>
span { border-color: #FE6AAC; }
span { border-color: rgb(254,106,172); }
td.TdClassName
{
border-color: #FE6AAC;
}
.TagClassName
{
border-color: #FE6AAC;
}
</style>