Shades of Hot Pink #FE64AA
Tints of Hot Pink #FE64AA
RGB
CMYK
RGB Variations
Color information
#FE64AA (or 0xFE64AA) is known color: Hot Pink. HEX triplet: FE, 64 and AA. RGB value is (254,100,170). Sum of RGB (Red+Green+Blue) = 254+100+170=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64AA is #019B55. Grayscale: #999999. Windows color (decimal): -105302 or 11166974. OLE color: 11166974.
HSL color Cylindrical-coordinate representation of color #FE64AA: hue angle of 332.73º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64AA is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 170 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.00 |
| HSL | 332.73º | 0.99% | 0.69% | - |
| HSV(B) | 332.73º | 0.61% | 1% | - |
| XYZ | 52.69 | 33.09 | 41.64 | - |
| YUV | 154.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 170 | 0 | 0.61 | 0.33 | 0.00 | 332.73 | 0.99 | 0.69 |
| Hex | FE | 64 | AA | 0 | 3D | 21 | 0 | 14D | 63 | 45 |
| Octal | 376 | 144 | 252 | 0 | 75 | 41 | 0 | 515 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10101010 | 0 | 111101 | 100001 | 0 | 101001101 | 1100011 | 1000101 |
Color Harmonies of #FE64AA
Complementary color
Monochromatic Colors of #FE64AA
Black with #FE64AA
Text Example
Text Example
White with #FE64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64AA; }
p { color: rgb(254,100,170); }
H1.HeaderClassName
{
color: #FE64AA;
}
.AnyTagClassName
{
color: #FE64AA;
}
</style>
background-color css
<style>
a { background-color: #FE64AA; }
a { background-color: rgb(254,100,170); }
div.DivClassName
{
background-color: #FE64AA;
}
.BgClassName
{
background-color: #FE64AA;
}
</style>
border-color css
<style>
span { border-color: #FE64AA; }
span { border-color: rgb(254,100,170); }
td.TdClassName
{
border-color: #FE64AA;
}
.TagClassName
{
border-color: #FE64AA;
}
</style>