Shades of Magenta #F003FE
Tints of Magenta #F003FE
RGB
CMYK
RGB Variations
Color information
#F003FE (or 0xF003FE) is known color: Magenta. HEX triplet: F0, 03 and FE. RGB value is (240,3,254). Sum of RGB (Red+Green+Blue) = 240+3+254=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #F003FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F003FE is #0FFC01. Grayscale: #656565. Windows color (decimal): -1047554 or 16647152. OLE color: 16647152.
HSL color Cylindrical-coordinate representation of color #F003FE: hue angle of 296.65º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003FE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 3 | 254 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.00 |
| HSL | 296.65º | 0.99% | 0.5% | - |
| HSV(B) | 296.65º | 0.99% | 1% | - |
| XYZ | 53.86 | 25.75 | 95.9 | - |
| YUV | 102.48 | 213.52 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 254 | 0.06 | 0.99 | 0 | 0.00 | 296.65 | 0.99 | 0.5 |
| Hex | F0 | 3 | FE | 6 | 63 | 0 | 0 | 129 | 63 | 32 |
| Octal | 360 | 3 | 376 | 6 | 143 | 0 | 0 | 451 | 143 | 62 |
| Binary | 11110000 | 11 | 11111110 | 110 | 1100011 | 0 | 0 | 100101001 | 1100011 | 110010 |
Color Harmonies of #F003FE
Complementary color
Monochromatic Colors of #F003FE
Black with #F003FE
Text Example
Text Example
White with #F003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003FE; }
p { color: rgb(240,3,254); }
H1.HeaderClassName
{
color: #F003FE;
}
.AnyTagClassName
{
color: #F003FE;
}
</style>
background-color css
<style>
a { background-color: #F003FE; }
a { background-color: rgb(240,3,254); }
div.DivClassName
{
background-color: #F003FE;
}
.BgClassName
{
background-color: #F003FE;
}
</style>
border-color css
<style>
span { border-color: #F003FE; }
span { border-color: rgb(240,3,254); }
td.TdClassName
{
border-color: #F003FE;
}
.TagClassName
{
border-color: #F003FE;
}
</style>