Shades of Magenta #F003EF
Tints of Magenta #F003EF
RGB
CMYK
RGB Variations
Color information
#F003EF (or 0xF003EF) is known color: Magenta. HEX triplet: F0, 03 and EF. RGB value is (240,3,239). Sum of RGB (Red+Green+Blue) = 240+3+239=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F003EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F003EF is #0FFC10. Grayscale: #646464. Windows color (decimal): -1047569 or 15664112. OLE color: 15664112.
HSL color Cylindrical-coordinate representation of color #F003EF: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003EF is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 239 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.06 |
| HSL | 300.25º | 0.98% | 0.48% | - |
| HSV(B) | 300.25º | 0.99% | 0.94% | - |
| XYZ | 51.55 | 24.82 | 83.74 | - |
| YUV | 100.77 | 206.02 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 239 | 0 | 0.99 | 0.00 | 0.06 | 300.25 | 0.98 | 0.48 |
| Hex | F0 | 3 | EF | 0 | 63 | 0 | 6 | 12C | 62 | 30 |
| Octal | 360 | 3 | 357 | 0 | 143 | 0 | 6 | 454 | 142 | 60 |
| Binary | 11110000 | 11 | 11101111 | 0 | 1100011 | 0 | 110 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F003EF
Complementary color
Monochromatic Colors of #F003EF
Black with #F003EF
Text Example
Text Example
White with #F003EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003EF; }
p { color: rgb(240,3,239); }
H1.HeaderClassName
{
color: #F003EF;
}
.AnyTagClassName
{
color: #F003EF;
}
</style>
background-color css
<style>
a { background-color: #F003EF; }
a { background-color: rgb(240,3,239); }
div.DivClassName
{
background-color: #F003EF;
}
.BgClassName
{
background-color: #F003EF;
}
</style>
border-color css
<style>
span { border-color: #F003EF; }
span { border-color: rgb(240,3,239); }
td.TdClassName
{
border-color: #F003EF;
}
.TagClassName
{
border-color: #F003EF;
}
</style>