Shades of Hot Pink #FE73AC
Tints of Hot Pink #FE73AC
RGB
CMYK
RGB Variations
Color information
#FE73AC (or 0xFE73AC) is known color: Hot Pink. HEX triplet: FE, 73 and AC. RGB value is (254,115,172). Sum of RGB (Red+Green+Blue) = 254+115+172=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE73AC is #018C53. Grayscale: #A2A2A2. Windows color (decimal): -101460 or 11301886. OLE color: 11301886.
HSL color Cylindrical-coordinate representation of color #FE73AC: hue angle of 335.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73AC is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 172 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.00 |
| HSL | 335.4º | 0.99% | 0.72% | - |
| HSV(B) | 335.4º | 0.55% | 1% | - |
| XYZ | 54.45 | 36.31 | 43.17 | - |
| YUV | 163.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 172 | 0 | 0.55 | 0.32 | 0.00 | 335.4 | 0.99 | 0.72 |
| Hex | FE | 73 | AC | 0 | 37 | 20 | 0 | 14F | 63 | 48 |
| Octal | 376 | 163 | 254 | 0 | 67 | 40 | 0 | 517 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10101100 | 0 | 110111 | 100000 | 0 | 101001111 | 1100011 | 1001000 |
Color Harmonies of #FE73AC
Complementary color
Monochromatic Colors of #FE73AC
Black with #FE73AC
Text Example
Text Example
White with #FE73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73AC; }
p { color: rgb(254,115,172); }
H1.HeaderClassName
{
color: #FE73AC;
}
.AnyTagClassName
{
color: #FE73AC;
}
</style>
background-color css
<style>
a { background-color: #FE73AC; }
a { background-color: rgb(254,115,172); }
div.DivClassName
{
background-color: #FE73AC;
}
.BgClassName
{
background-color: #FE73AC;
}
</style>
border-color css
<style>
span { border-color: #FE73AC; }
span { border-color: rgb(254,115,172); }
td.TdClassName
{
border-color: #FE73AC;
}
.TagClassName
{
border-color: #FE73AC;
}
</style>