Shades of Magenta #FE0CF0
Tints of Magenta #FE0CF0
RGB
CMYK
RGB Variations
Color information
#FE0CF0 (or 0xFE0CF0) is known color: Magenta. HEX triplet: FE, 0C and F0. RGB value is (254,12,240). Sum of RGB (Red+Green+Blue) = 254+12+240=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 12 (5.08% from 255 or 2.37% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0CF0 is #01F30F. Grayscale: #6D6D6D. Windows color (decimal): -127760 or 15731966. OLE color: 15731966.
HSL color Cylindrical-coordinate representation of color #FE0CF0: hue angle of 303.47º 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 #FE0CF0 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 240 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.00 |
| HSL | 303.47º | 0.99% | 0.52% | - |
| HSV(B) | 303.47º | 0.95% | 1% | - |
| XYZ | 56.73 | 27.63 | 84.78 | - |
| YUV | 110.35 | 201.17 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 240 | 0 | 0.95 | 0.06 | 0.00 | 303.47 | 0.99 | 0.52 |
| Hex | FE | C | F0 | 0 | 5F | 6 | 0 | 12F | 63 | 34 |
| Octal | 376 | 14 | 360 | 0 | 137 | 6 | 0 | 457 | 143 | 64 |
| Binary | 11111110 | 1100 | 11110000 | 0 | 1011111 | 110 | 0 | 100101111 | 1100011 | 110100 |
Color Harmonies of #FE0CF0
Complementary color
Monochromatic Colors of #FE0CF0
Black with #FE0CF0
Text Example
Text Example
White with #FE0CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CF0; }
p { color: rgb(254,12,240); }
H1.HeaderClassName
{
color: #FE0CF0;
}
.AnyTagClassName
{
color: #FE0CF0;
}
</style>
background-color css
<style>
a { background-color: #FE0CF0; }
a { background-color: rgb(254,12,240); }
div.DivClassName
{
background-color: #FE0CF0;
}
.BgClassName
{
background-color: #FE0CF0;
}
</style>
border-color css
<style>
span { border-color: #FE0CF0; }
span { border-color: rgb(254,12,240); }
td.TdClassName
{
border-color: #FE0CF0;
}
.TagClassName
{
border-color: #FE0CF0;
}
</style>