Shades of Hot Pink #FE69A9
Tints of Hot Pink #FE69A9
RGB
CMYK
RGB Variations
Color information
#FE69A9 (or 0xFE69A9) is known color: Hot Pink. HEX triplet: FE, 69 and A9. RGB value is (254,105,169). Sum of RGB (Red+Green+Blue) = 254+105+169=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE69A9 is #019656. Grayscale: #9C9C9C. Windows color (decimal): -104023 or 11102718. OLE color: 11102718.
HSL color Cylindrical-coordinate representation of color #FE69A9: hue angle of 334.23º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69A9 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 169 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.00 |
| HSL | 334.23º | 0.99% | 0.7% | - |
| HSV(B) | 334.23º | 0.59% | 1% | - |
| XYZ | 53.09 | 34.04 | 41.31 | - |
| YUV | 156.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 169 | 0 | 0.59 | 0.33 | 0.00 | 334.23 | 0.99 | 0.7 |
| Hex | FE | 69 | A9 | 0 | 3B | 21 | 0 | 14E | 63 | 46 |
| Octal | 376 | 151 | 251 | 0 | 73 | 41 | 0 | 516 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10101001 | 0 | 111011 | 100001 | 0 | 101001110 | 1100011 | 1000110 |
Color Harmonies of #FE69A9
Complementary color
Monochromatic Colors of #FE69A9
Black with #FE69A9
Text Example
Text Example
White with #FE69A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69A9; }
p { color: rgb(254,105,169); }
H1.HeaderClassName
{
color: #FE69A9;
}
.AnyTagClassName
{
color: #FE69A9;
}
</style>
background-color css
<style>
a { background-color: #FE69A9; }
a { background-color: rgb(254,105,169); }
div.DivClassName
{
background-color: #FE69A9;
}
.BgClassName
{
background-color: #FE69A9;
}
</style>
border-color css
<style>
span { border-color: #FE69A9; }
span { border-color: rgb(254,105,169); }
td.TdClassName
{
border-color: #FE69A9;
}
.TagClassName
{
border-color: #FE69A9;
}
</style>