Shades of Magenta #F006EF
Tints of Magenta #F006EF
RGB
CMYK
RGB Variations
Color information
#F006EF (or 0xF006EF) is known color: Magenta. HEX triplet: F0, 06 and EF. RGB value is (240,6,239). Sum of RGB (Red+Green+Blue) = 240+6+239=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F006EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F006EF is #0FF910. Grayscale: #656565. Windows color (decimal): -1046801 or 15664880. OLE color: 15664880.
HSL color Cylindrical-coordinate representation of color #F006EF: hue angle of 300.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006EF is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 239 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.06 |
| HSL | 300.26º | 0.95% | 0.48% | - |
| HSV(B) | 300.26º | 0.98% | 0.94% | - |
| XYZ | 51.58 | 24.89 | 83.75 | - |
| YUV | 102.53 | 205.02 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 239 | 0 | 0.98 | 0.00 | 0.06 | 300.26 | 0.95 | 0.48 |
| Hex | F0 | 6 | EF | 0 | 62 | 0 | 6 | 12C | 5F | 30 |
| Octal | 360 | 6 | 357 | 0 | 142 | 0 | 6 | 454 | 137 | 60 |
| Binary | 11110000 | 110 | 11101111 | 0 | 1100010 | 0 | 110 | 100101100 | 1011111 | 110000 |
Color Harmonies of #F006EF
Complementary color
Monochromatic Colors of #F006EF
Black with #F006EF
Text Example
Text Example
White with #F006EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006EF; }
p { color: rgb(240,6,239); }
H1.HeaderClassName
{
color: #F006EF;
}
.AnyTagClassName
{
color: #F006EF;
}
</style>
background-color css
<style>
a { background-color: #F006EF; }
a { background-color: rgb(240,6,239); }
div.DivClassName
{
background-color: #F006EF;
}
.BgClassName
{
background-color: #F006EF;
}
</style>
border-color css
<style>
span { border-color: #F006EF; }
span { border-color: rgb(240,6,239); }
td.TdClassName
{
border-color: #F006EF;
}
.TagClassName
{
border-color: #F006EF;
}
</style>