Shades of Magenta #FF0CFE
Tints of Magenta #FF0CFE
RGB
CMYK
RGB Variations
Color information
#FF0CFE (or 0xFF0CFE) is known color: Magenta. HEX triplet: FF, 0C and FE. RGB value is (255,12,254). Sum of RGB (Red+Green+Blue) = 255+12+254=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 12 (5.08% from 255 or 2.30% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CFE is #00F301. Grayscale: #6F6F6F. Windows color (decimal): -62210 or 16649471. OLE color: 16649471.
HSL color Cylindrical-coordinate representation of color #FF0CFE: hue angle of 300.25º 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 #FF0CFE is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 254 | - |
| CMYK | 0 | 0.95 | 0.00 | 0 |
| HSL | 300.25º | 1% | 0.52% | - |
| HSV(B) | 300.25º | 0.95% | 1% | - |
| XYZ | 59.26 | 28.68 | 96.18 | - |
| YUV | 112.25 | 208.01 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 254 | 0 | 0.95 | 0.00 | 0 | 300.25 | 1 | 0.52 |
| Hex | FF | C | FE | 0 | 5F | 0 | 0 | 12C | 64 | 34 |
| Octal | 377 | 14 | 376 | 0 | 137 | 0 | 0 | 454 | 144 | 64 |
| Binary | 11111111 | 1100 | 11111110 | 0 | 1011111 | 0 | 0 | 100101100 | 1100100 | 110100 |
Color Harmonies of #FF0CFE
Complementary color
Monochromatic Colors of #FF0CFE
Black with #FF0CFE
Text Example
Text Example
White with #FF0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CFE; }
p { color: rgb(255,12,254); }
H1.HeaderClassName
{
color: #FF0CFE;
}
.AnyTagClassName
{
color: #FF0CFE;
}
</style>
background-color css
<style>
a { background-color: #FF0CFE; }
a { background-color: rgb(255,12,254); }
div.DivClassName
{
background-color: #FF0CFE;
}
.BgClassName
{
background-color: #FF0CFE;
}
</style>
border-color css
<style>
span { border-color: #FF0CFE; }
span { border-color: rgb(255,12,254); }
td.TdClassName
{
border-color: #FF0CFE;
}
.TagClassName
{
border-color: #FF0CFE;
}
</style>