Shades of Hot Magenta #FE08D3
Tints of Hot Magenta #FE08D3
RGB
CMYK
RGB Variations
Color information
#FE08D3 (or 0xFE08D3) is known color: Hot Magenta. HEX triplet: FE, 08 and D3. RGB value is (254,8,211). Sum of RGB (Red+Green+Blue) = 254+8+211=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE08D3 is #01F72C. Grayscale: #686868. Windows color (decimal): -128813 or 13830398. OLE color: 13830398.
HSL color Cylindrical-coordinate representation of color #FE08D3: hue angle of 310.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08D3 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 211 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.00 |
| HSL | 310.49º | 0.99% | 0.51% | - |
| HSV(B) | 310.49º | 0.97% | 1% | - |
| XYZ | 52.72 | 25.95 | 63.86 | - |
| YUV | 104.7 | 188 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 211 | 0 | 0.97 | 0.17 | 0.00 | 310.49 | 0.99 | 0.51 |
| Hex | FE | 8 | D3 | 0 | 61 | 11 | 0 | 136 | 63 | 33 |
| Octal | 376 | 10 | 323 | 0 | 141 | 21 | 0 | 466 | 143 | 63 |
| Binary | 11111110 | 1000 | 11010011 | 0 | 1100001 | 10001 | 0 | 100110110 | 1100011 | 110011 |
Color Harmonies of #FE08D3
Complementary color
Monochromatic Colors of #FE08D3
Black with #FE08D3
Text Example
Text Example
White with #FE08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08D3; }
p { color: rgb(254,8,211); }
H1.HeaderClassName
{
color: #FE08D3;
}
.AnyTagClassName
{
color: #FE08D3;
}
</style>
background-color css
<style>
a { background-color: #FE08D3; }
a { background-color: rgb(254,8,211); }
div.DivClassName
{
background-color: #FE08D3;
}
.BgClassName
{
background-color: #FE08D3;
}
</style>
border-color css
<style>
span { border-color: #FE08D3; }
span { border-color: rgb(254,8,211); }
td.TdClassName
{
border-color: #FE08D3;
}
.TagClassName
{
border-color: #FE08D3;
}
</style>