Shades of Magenta #FE0CFF
Tints of Magenta #FE0CFF
RGB
CMYK
RGB Variations
Color information
#FE0CFF (or 0xFE0CFF) is known color: Magenta. HEX triplet: FE, 0C and FF. RGB value is (254,12,255). Sum of RGB (Red+Green+Blue) = 254+12+255=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 12 (5.08% from 255 or 2.30% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CFF is #01F300. Grayscale: #6F6F6F. Windows color (decimal): -127745 or 16715006. OLE color: 16715006.
HSL color Cylindrical-coordinate representation of color #FE0CFF: hue angle of 299.75º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CFF is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 12 | 255 | - |
| CMYK | 0.00 | 0.95 | 0 | 0 |
| HSL | 299.75º | 1% | 0.52% | - |
| HSV(B) | 299.75º | 0.95% | 1% | - |
| XYZ | 59.05 | 28.55 | 97.01 | - |
| YUV | 112.06 | 208.67 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 255 | 0.00 | 0.95 | 0 | 0 | 299.75 | 1 | 0.52 |
| Hex | FE | C | FF | 0 | 5F | 0 | 0 | 12C | 64 | 34 |
| Octal | 376 | 14 | 377 | 0 | 137 | 0 | 0 | 454 | 144 | 64 |
| Binary | 11111110 | 1100 | 11111111 | 0 | 1011111 | 0 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FE0CFF
Complementary color
Monochromatic Colors of #FE0CFF
Black with #FE0CFF
Text Example
Text Example
White with #FE0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CFF; }
p { color: rgb(254,12,255); }
H1.HeaderClassName
{
color: #FE0CFF;
}
.AnyTagClassName
{
color: #FE0CFF;
}
</style>
background-color css
<style>
a { background-color: #FE0CFF; }
a { background-color: rgb(254,12,255); }
div.DivClassName
{
background-color: #FE0CFF;
}
.BgClassName
{
background-color: #FE0CFF;
}
</style>
border-color css
<style>
span { border-color: #FE0CFF; }
span { border-color: rgb(254,12,255); }
td.TdClassName
{
border-color: #FE0CFF;
}
.TagClassName
{
border-color: #FE0CFF;
}
</style>