Shades of Hot Pink #FE65A8
Tints of Hot Pink #FE65A8
RGB
CMYK
RGB Variations
Color information
#FE65A8 (or 0xFE65A8) is known color: Hot Pink. HEX triplet: FE, 65 and A8. RGB value is (254,101,168). Sum of RGB (Red+Green+Blue) = 254+101+168=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE65A8 is #019A57. Grayscale: #9A9A9A. Windows color (decimal): -105048 or 11036158. OLE color: 11036158.
HSL color Cylindrical-coordinate representation of color #FE65A8: hue angle of 333.73º 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 #FE65A8 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 168 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.00 |
| HSL | 333.73º | 0.99% | 0.7% | - |
| HSV(B) | 333.73º | 0.6% | 1% | - |
| XYZ | 52.59 | 33.21 | 40.68 | - |
| YUV | 154.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 168 | 0 | 0.60 | 0.34 | 0.00 | 333.73 | 0.99 | 0.7 |
| Hex | FE | 65 | A8 | 0 | 3C | 22 | 0 | 14E | 63 | 46 |
| Octal | 376 | 145 | 250 | 0 | 74 | 42 | 0 | 516 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10101000 | 0 | 111100 | 100010 | 0 | 101001110 | 1100011 | 1000110 |
Color Harmonies of #FE65A8
Complementary color
Monochromatic Colors of #FE65A8
Black with #FE65A8
Text Example
Text Example
White with #FE65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65A8; }
p { color: rgb(254,101,168); }
H1.HeaderClassName
{
color: #FE65A8;
}
.AnyTagClassName
{
color: #FE65A8;
}
</style>
background-color css
<style>
a { background-color: #FE65A8; }
a { background-color: rgb(254,101,168); }
div.DivClassName
{
background-color: #FE65A8;
}
.BgClassName
{
background-color: #FE65A8;
}
</style>
border-color css
<style>
span { border-color: #FE65A8; }
span { border-color: rgb(254,101,168); }
td.TdClassName
{
border-color: #FE65A8;
}
.TagClassName
{
border-color: #FE65A8;
}
</style>