Shades of Hot Pink #FE61AA
Tints of Hot Pink #FE61AA
RGB
CMYK
RGB Variations
Color information
#FE61AA (or 0xFE61AA) is known color: Hot Pink. HEX triplet: FE, 61 and AA. RGB value is (254,97,170). Sum of RGB (Red+Green+Blue) = 254+97+170=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61AA is #019E55. Grayscale: #989898. Windows color (decimal): -106070 or 11166206. OLE color: 11166206.
HSL color Cylindrical-coordinate representation of color #FE61AA: hue angle of 332.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61AA is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 170 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.00 |
| HSL | 332.1º | 0.99% | 0.69% | - |
| HSV(B) | 332.1º | 0.62% | 1% | - |
| XYZ | 52.4 | 32.52 | 41.55 | - |
| YUV | 152.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 170 | 0 | 0.62 | 0.33 | 0.00 | 332.1 | 0.99 | 0.69 |
| Hex | FE | 61 | AA | 0 | 3E | 21 | 0 | 14C | 63 | 45 |
| Octal | 376 | 141 | 252 | 0 | 76 | 41 | 0 | 514 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10101010 | 0 | 111110 | 100001 | 0 | 101001100 | 1100011 | 1000101 |
Color Harmonies of #FE61AA
Complementary color
Monochromatic Colors of #FE61AA
Black with #FE61AA
Text Example
Text Example
White with #FE61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61AA; }
p { color: rgb(254,97,170); }
H1.HeaderClassName
{
color: #FE61AA;
}
.AnyTagClassName
{
color: #FE61AA;
}
</style>
background-color css
<style>
a { background-color: #FE61AA; }
a { background-color: rgb(254,97,170); }
div.DivClassName
{
background-color: #FE61AA;
}
.BgClassName
{
background-color: #FE61AA;
}
</style>
border-color css
<style>
span { border-color: #FE61AA; }
span { border-color: rgb(254,97,170); }
td.TdClassName
{
border-color: #FE61AA;
}
.TagClassName
{
border-color: #FE61AA;
}
</style>