Shades of Magenta #F200F6
Tints of Magenta #F200F6
RGB
CMYK
RGB Variations
Color information
#F200F6 (or 0xF200F6) is known color: Magenta. HEX triplet: F2, 00 and F6. RGB value is (242,0,246). Sum of RGB (Red+Green+Blue) = 242+0+246=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #F200F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200F6 is #0DFF09. Grayscale: #636363. Windows color (decimal): -917258 or 16122098. OLE color: 16122098.
HSL color Cylindrical-coordinate representation of color #F200F6: hue angle of 299.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200F6 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 0 | 246 | - |
| CMYK | 0.02 | 1 | 0 | 0.04 |
| HSL | 299.02º | 1% | 0.48% | - |
| HSV(B) | 299.02º | 1% | 0.96% | - |
| XYZ | 53.25 | 25.53 | 89.31 | - |
| YUV | 100.4 | 210.17 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 246 | 0.02 | 1 | 0 | 0.04 | 299.02 | 1 | 0.48 |
| Hex | F2 | 0 | F6 | 2 | 64 | 0 | 4 | 12B | 64 | 30 |
| Octal | 362 | 0 | 366 | 2 | 144 | 0 | 4 | 453 | 144 | 60 |
| Binary | 11110010 | 0 | 11110110 | 10 | 1100100 | 0 | 100 | 100101011 | 1100100 | 110000 |
Color Harmonies of #F200F6
Complementary color
Monochromatic Colors of #F200F6
Black with #F200F6
Text Example
Text Example
White with #F200F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200F6; }
p { color: rgb(242,0,246); }
H1.HeaderClassName
{
color: #F200F6;
}
.AnyTagClassName
{
color: #F200F6;
}
</style>
background-color css
<style>
a { background-color: #F200F6; }
a { background-color: rgb(242,0,246); }
div.DivClassName
{
background-color: #F200F6;
}
.BgClassName
{
background-color: #F200F6;
}
</style>
border-color css
<style>
span { border-color: #F200F6; }
span { border-color: rgb(242,0,246); }
td.TdClassName
{
border-color: #F200F6;
}
.TagClassName
{
border-color: #F200F6;
}
</style>