Shades of Hot Pink #FE61AD
Tints of Hot Pink #FE61AD
RGB
CMYK
RGB Variations
Color information
#FE61AD (or 0xFE61AD) is known color: Hot Pink. HEX triplet: FE, 61 and AD. RGB value is (254,97,173). Sum of RGB (Red+Green+Blue) = 254+97+173=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61AD is #019E52. Grayscale: #989898. Windows color (decimal): -106067 or 11362814. OLE color: 11362814.
HSL color Cylindrical-coordinate representation of color #FE61AD: hue angle of 330.96º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61AD is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 173 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.00 |
| HSL | 330.96º | 0.99% | 0.69% | - |
| HSV(B) | 330.96º | 0.62% | 1% | - |
| XYZ | 52.69 | 32.64 | 43.06 | - |
| YUV | 152.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 173 | 0 | 0.62 | 0.32 | 0.00 | 330.96 | 0.99 | 0.69 |
| Hex | FE | 61 | AD | 0 | 3E | 20 | 0 | 14B | 63 | 45 |
| Octal | 376 | 141 | 255 | 0 | 76 | 40 | 0 | 513 | 143 | 105 |
| Binary | 11111110 | 1100001 | 10101101 | 0 | 111110 | 100000 | 0 | 101001011 | 1100011 | 1000101 |
Color Harmonies of #FE61AD
Complementary color
Monochromatic Colors of #FE61AD
Black with #FE61AD
Text Example
Text Example
White with #FE61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61AD; }
p { color: rgb(254,97,173); }
H1.HeaderClassName
{
color: #FE61AD;
}
.AnyTagClassName
{
color: #FE61AD;
}
</style>
background-color css
<style>
a { background-color: #FE61AD; }
a { background-color: rgb(254,97,173); }
div.DivClassName
{
background-color: #FE61AD;
}
.BgClassName
{
background-color: #FE61AD;
}
</style>
border-color css
<style>
span { border-color: #FE61AD; }
span { border-color: rgb(254,97,173); }
td.TdClassName
{
border-color: #FE61AD;
}
.TagClassName
{
border-color: #FE61AD;
}
</style>