Shades of Hot Pink #FE6AA2
Tints of Hot Pink #FE6AA2
RGB
CMYK
RGB Variations
Color information
#FE6AA2 (or 0xFE6AA2) is known color: Hot Pink. HEX triplet: FE, 6A and A2. RGB value is (254,106,162). Sum of RGB (Red+Green+Blue) = 254+106+162=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6AA2 is #01955D. Grayscale: #9C9C9C. Windows color (decimal): -103774 or 10644222. OLE color: 10644222.
HSL color Cylindrical-coordinate representation of color #FE6AA2: hue angle of 337.3º 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 #FE6AA2 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 162 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.00 |
| HSL | 337.3º | 0.99% | 0.71% | - |
| HSV(B) | 337.3º | 0.58% | 1% | - |
| XYZ | 52.55 | 33.99 | 37.97 | - |
| YUV | 156.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 162 | 0 | 0.58 | 0.36 | 0.00 | 337.3 | 0.99 | 0.71 |
| Hex | FE | 6A | A2 | 0 | 3A | 24 | 0 | 151 | 63 | 47 |
| Octal | 376 | 152 | 242 | 0 | 72 | 44 | 0 | 521 | 143 | 107 |
| Binary | 11111110 | 1101010 | 10100010 | 0 | 111010 | 100100 | 0 | 101010001 | 1100011 | 1000111 |
Color Harmonies of #FE6AA2
Complementary color
Monochromatic Colors of #FE6AA2
Black with #FE6AA2
Text Example
Text Example
White with #FE6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6AA2; }
p { color: rgb(254,106,162); }
H1.HeaderClassName
{
color: #FE6AA2;
}
.AnyTagClassName
{
color: #FE6AA2;
}
</style>
background-color css
<style>
a { background-color: #FE6AA2; }
a { background-color: rgb(254,106,162); }
div.DivClassName
{
background-color: #FE6AA2;
}
.BgClassName
{
background-color: #FE6AA2;
}
</style>
border-color css
<style>
span { border-color: #FE6AA2; }
span { border-color: rgb(254,106,162); }
td.TdClassName
{
border-color: #FE6AA2;
}
.TagClassName
{
border-color: #FE6AA2;
}
</style>