Shades of Magenta #F004FE
Tints of Magenta #F004FE
RGB
CMYK
RGB Variations
Color information
#F004FE (or 0xF004FE) is known color: Magenta. HEX triplet: F0, 04 and FE. RGB value is (240,4,254). Sum of RGB (Red+Green+Blue) = 240+4+254=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #F004FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F004FE is #0FFB01. Grayscale: #666666. Windows color (decimal): -1047298 or 16647408. OLE color: 16647408.
HSL color Cylindrical-coordinate representation of color #F004FE: hue angle of 296.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 4 | 254 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.00 |
| HSL | 296.64º | 0.99% | 0.51% | - |
| HSV(B) | 296.64º | 0.98% | 1% | - |
| XYZ | 53.87 | 25.77 | 95.9 | - |
| YUV | 103.06 | 213.19 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 254 | 0.06 | 0.98 | 0 | 0.00 | 296.64 | 0.99 | 0.51 |
| Hex | F0 | 4 | FE | 6 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 360 | 4 | 376 | 6 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110000 | 100 | 11111110 | 110 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F004FE
Complementary color
Monochromatic Colors of #F004FE
Black with #F004FE
Text Example
Text Example
White with #F004FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F004FE; }
p { color: rgb(240,4,254); }
H1.HeaderClassName
{
color: #F004FE;
}
.AnyTagClassName
{
color: #F004FE;
}
</style>
background-color css
<style>
a { background-color: #F004FE; }
a { background-color: rgb(240,4,254); }
div.DivClassName
{
background-color: #F004FE;
}
.BgClassName
{
background-color: #F004FE;
}
</style>
border-color css
<style>
span { border-color: #F004FE; }
span { border-color: rgb(240,4,254); }
td.TdClassName
{
border-color: #F004FE;
}
.TagClassName
{
border-color: #F004FE;
}
</style>