Shades of Hot Magenta #FE01BF
Tints of Hot Magenta #FE01BF
RGB
CMYK
RGB Variations
Color information
#FE01BF (or 0xFE01BF) is known color: Hot Magenta. HEX triplet: FE, 01 and BF. RGB value is (254,1,191). Sum of RGB (Red+Green+Blue) = 254+1+191=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01BF is #01FE40. Grayscale: #616161. Windows color (decimal): -130625 or 12517886. OLE color: 12517886.
HSL color Cylindrical-coordinate representation of color #FE01BF: hue angle of 314.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01BF is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.00 |
| HSL | 314.94º | 0.99% | 0.5% | - |
| HSV(B) | 314.94º | 1% | 1% | - |
| XYZ | 50.29 | 24.85 | 51.44 | - |
| YUV | 98.31 | 180.32 | 239.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 191 | 0 | 1.00 | 0.25 | 0.00 | 314.94 | 0.99 | 0.5 |
| Hex | FE | 1 | BF | 0 | 64 | 19 | 0 | 13B | 63 | 32 |
| Octal | 376 | 1 | 277 | 0 | 144 | 31 | 0 | 473 | 143 | 62 |
| Binary | 11111110 | 1 | 10111111 | 0 | 1100100 | 11001 | 0 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FE01BF
Complementary color
Monochromatic Colors of #FE01BF
Black with #FE01BF
Text Example
Text Example
White with #FE01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01BF; }
p { color: rgb(254,1,191); }
H1.HeaderClassName
{
color: #FE01BF;
}
.AnyTagClassName
{
color: #FE01BF;
}
</style>
background-color css
<style>
a { background-color: #FE01BF; }
a { background-color: rgb(254,1,191); }
div.DivClassName
{
background-color: #FE01BF;
}
.BgClassName
{
background-color: #FE01BF;
}
</style>
border-color css
<style>
span { border-color: #FE01BF; }
span { border-color: rgb(254,1,191); }
td.TdClassName
{
border-color: #FE01BF;
}
.TagClassName
{
border-color: #FE01BF;
}
</style>