Shades of Hot Pink #FE69AD
Tints of Hot Pink #FE69AD
RGB
CMYK
RGB Variations
Color information
#FE69AD (or 0xFE69AD) is known color: Hot Pink. HEX triplet: FE, 69 and AD. RGB value is (254,105,173). Sum of RGB (Red+Green+Blue) = 254+105+173=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE69AD is #019652. Grayscale: #9D9D9D. Windows color (decimal): -104019 or 11364862. OLE color: 11364862.
HSL color Cylindrical-coordinate representation of color #FE69AD: hue angle of 332.62º 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 #FE69AD is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 173 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.00 |
| HSL | 332.62º | 0.99% | 0.7% | - |
| HSV(B) | 332.62º | 0.59% | 1% | - |
| XYZ | 53.47 | 34.19 | 43.32 | - |
| YUV | 157.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 173 | 0 | 0.59 | 0.32 | 0.00 | 332.62 | 0.99 | 0.7 |
| Hex | FE | 69 | AD | 0 | 3B | 20 | 0 | 14D | 63 | 46 |
| Octal | 376 | 151 | 255 | 0 | 73 | 40 | 0 | 515 | 143 | 106 |
| Binary | 11111110 | 1101001 | 10101101 | 0 | 111011 | 100000 | 0 | 101001101 | 1100011 | 1000110 |
Color Harmonies of #FE69AD
Complementary color
Monochromatic Colors of #FE69AD
Black with #FE69AD
Text Example
Text Example
White with #FE69AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69AD; }
p { color: rgb(254,105,173); }
H1.HeaderClassName
{
color: #FE69AD;
}
.AnyTagClassName
{
color: #FE69AD;
}
</style>
background-color css
<style>
a { background-color: #FE69AD; }
a { background-color: rgb(254,105,173); }
div.DivClassName
{
background-color: #FE69AD;
}
.BgClassName
{
background-color: #FE69AD;
}
</style>
border-color css
<style>
span { border-color: #FE69AD; }
span { border-color: rgb(254,105,173); }
td.TdClassName
{
border-color: #FE69AD;
}
.TagClassName
{
border-color: #FE69AD;
}
</style>