Shades of Hot Pink #FE65AC
Tints of Hot Pink #FE65AC
RGB
CMYK
RGB Variations
Color information
#FE65AC (or 0xFE65AC) is known color: Hot Pink. HEX triplet: FE, 65 and AC. RGB value is (254,101,172). Sum of RGB (Red+Green+Blue) = 254+101+172=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE65AC is #019A53. Grayscale: #9A9A9A. Windows color (decimal): -105044 or 11298302. OLE color: 11298302.
HSL color Cylindrical-coordinate representation of color #FE65AC: hue angle of 332.16º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65AC is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 172 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.00 |
| HSL | 332.16º | 0.99% | 0.7% | - |
| HSV(B) | 332.16º | 0.6% | 1% | - |
| XYZ | 52.97 | 33.36 | 42.68 | - |
| YUV | 154.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 172 | 0 | 0.60 | 0.32 | 0.00 | 332.16 | 0.99 | 0.7 |
| Hex | FE | 65 | AC | 0 | 3C | 20 | 0 | 14C | 63 | 46 |
| Octal | 376 | 145 | 254 | 0 | 74 | 40 | 0 | 514 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10101100 | 0 | 111100 | 100000 | 0 | 101001100 | 1100011 | 1000110 |
Color Harmonies of #FE65AC
Complementary color
Monochromatic Colors of #FE65AC
Black with #FE65AC
Text Example
Text Example
White with #FE65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65AC; }
p { color: rgb(254,101,172); }
H1.HeaderClassName
{
color: #FE65AC;
}
.AnyTagClassName
{
color: #FE65AC;
}
</style>
background-color css
<style>
a { background-color: #FE65AC; }
a { background-color: rgb(254,101,172); }
div.DivClassName
{
background-color: #FE65AC;
}
.BgClassName
{
background-color: #FE65AC;
}
</style>
border-color css
<style>
span { border-color: #FE65AC; }
span { border-color: rgb(254,101,172); }
td.TdClassName
{
border-color: #FE65AC;
}
.TagClassName
{
border-color: #FE65AC;
}
</style>