Shades of Magenta #FE0CF4
Tints of Magenta #FE0CF4
RGB
CMYK
RGB Variations
Color information
#FE0CF4 (or 0xFE0CF4) is known color: Magenta. HEX triplet: FE, 0C and F4. RGB value is (254,12,244). Sum of RGB (Red+Green+Blue) = 254+12+244=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CF4 is #01F30B. Grayscale: #6E6E6E. Windows color (decimal): -127756 or 15994110. OLE color: 15994110.
HSL color Cylindrical-coordinate representation of color #FE0CF4: hue angle of 302.48º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CF4 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 244 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.00 |
| HSL | 302.48º | 0.99% | 0.52% | - |
| HSV(B) | 302.48º | 0.95% | 1% | - |
| XYZ | 57.33 | 27.87 | 87.94 | - |
| YUV | 110.81 | 203.17 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 244 | 0 | 0.95 | 0.04 | 0.00 | 302.48 | 0.99 | 0.52 |
| Hex | FE | C | F4 | 0 | 5F | 4 | 0 | 12E | 63 | 34 |
| Octal | 376 | 14 | 364 | 0 | 137 | 4 | 0 | 456 | 143 | 64 |
| Binary | 11111110 | 1100 | 11110100 | 0 | 1011111 | 100 | 0 | 100101110 | 1100011 | 110100 |
Color Harmonies of #FE0CF4
Complementary color
Monochromatic Colors of #FE0CF4
Black with #FE0CF4
Text Example
Text Example
White with #FE0CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CF4; }
p { color: rgb(254,12,244); }
H1.HeaderClassName
{
color: #FE0CF4;
}
.AnyTagClassName
{
color: #FE0CF4;
}
</style>
background-color css
<style>
a { background-color: #FE0CF4; }
a { background-color: rgb(254,12,244); }
div.DivClassName
{
background-color: #FE0CF4;
}
.BgClassName
{
background-color: #FE0CF4;
}
</style>
border-color css
<style>
span { border-color: #FE0CF4; }
span { border-color: rgb(254,12,244); }
td.TdClassName
{
border-color: #FE0CF4;
}
.TagClassName
{
border-color: #FE0CF4;
}
</style>