Shades of Hot Pink #FE64AC
Tints of Hot Pink #FE64AC
RGB
CMYK
RGB Variations
Color information
#FE64AC (or 0xFE64AC) is known color: Hot Pink. HEX triplet: FE, 64 and AC. RGB value is (254,100,172). Sum of RGB (Red+Green+Blue) = 254+100+172=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64AC is #019B53. Grayscale: #9A9A9A. Windows color (decimal): -105300 or 11298046. OLE color: 11298046.
HSL color Cylindrical-coordinate representation of color #FE64AC: hue angle of 331.95º 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 #FE64AC is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 172 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.00 |
| HSL | 331.95º | 0.99% | 0.69% | - |
| HSV(B) | 331.95º | 0.61% | 1% | - |
| XYZ | 52.88 | 33.16 | 42.64 | - |
| YUV | 154.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 172 | 0 | 0.61 | 0.32 | 0.00 | 331.95 | 0.99 | 0.69 |
| Hex | FE | 64 | AC | 0 | 3D | 20 | 0 | 14C | 63 | 45 |
| Octal | 376 | 144 | 254 | 0 | 75 | 40 | 0 | 514 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10101100 | 0 | 111101 | 100000 | 0 | 101001100 | 1100011 | 1000101 |
Color Harmonies of #FE64AC
Complementary color
Monochromatic Colors of #FE64AC
Black with #FE64AC
Text Example
Text Example
White with #FE64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64AC; }
p { color: rgb(254,100,172); }
H1.HeaderClassName
{
color: #FE64AC;
}
.AnyTagClassName
{
color: #FE64AC;
}
</style>
background-color css
<style>
a { background-color: #FE64AC; }
a { background-color: rgb(254,100,172); }
div.DivClassName
{
background-color: #FE64AC;
}
.BgClassName
{
background-color: #FE64AC;
}
</style>
border-color css
<style>
span { border-color: #FE64AC; }
span { border-color: rgb(254,100,172); }
td.TdClassName
{
border-color: #FE64AC;
}
.TagClassName
{
border-color: #FE64AC;
}
</style>