Shades of Hot Pink #FE6AAA
Tints of Hot Pink #FE6AAA
RGB
CMYK
RGB Variations
Color information
#FE6AAA (or 0xFE6AAA) is known color: Hot Pink. HEX triplet: FE, 6A and AA. RGB value is (254,106,170). Sum of RGB (Red+Green+Blue) = 254+106+170=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6AAA is #019555. Grayscale: #9D9D9D. Windows color (decimal): -103766 or 11168510. OLE color: 11168510.
HSL color Cylindrical-coordinate representation of color #FE6AAA: hue angle of 334.05º 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 #FE6AAA is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 170 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.00 |
| HSL | 334.05º | 0.99% | 0.71% | - |
| HSV(B) | 334.05º | 0.58% | 1% | - |
| XYZ | 53.28 | 34.28 | 41.84 | - |
| YUV | 157.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 170 | 0 | 0.58 | 0.33 | 0.00 | 334.05 | 0.99 | 0.71 |
| Hex | FE | 6A | AA | 0 | 3A | 21 | 0 | 14E | 63 | 47 |
| Octal | 376 | 152 | 252 | 0 | 72 | 41 | 0 | 516 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10101010 | 0 | 111010 | 100001 | 0 | 101001110 | 1100011 | 1000111 |
Color Harmonies of #FE6AAA
Complementary color
Monochromatic Colors of #FE6AAA
Black with #FE6AAA
Text Example
Text Example
White with #FE6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AAA; }
p { color: rgb(254,106,170); }
H1.HeaderClassName
{
color: #FE6AAA;
}
.AnyTagClassName
{
color: #FE6AAA;
}
</style>
background-color css
<style>
a { background-color: #FE6AAA; }
a { background-color: rgb(254,106,170); }
div.DivClassName
{
background-color: #FE6AAA;
}
.BgClassName
{
background-color: #FE6AAA;
}
</style>
border-color css
<style>
span { border-color: #FE6AAA; }
span { border-color: rgb(254,106,170); }
td.TdClassName
{
border-color: #FE6AAA;
}
.TagClassName
{
border-color: #FE6AAA;
}
</style>