Shades of Magenta #F200F3
Tints of Magenta #F200F3
RGB
CMYK
RGB Variations
Color information
#F200F3 (or 0xF200F3) is known color: Magenta. HEX triplet: F2, 00 and F3. RGB value is (242,0,243). Sum of RGB (Red+Green+Blue) = 242+0+243=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 0 (0.39% from 255 or 0% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #F200F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200F3 is #0DFF0C. Grayscale: #636363. Windows color (decimal): -917261 or 15925490. OLE color: 15925490.
HSL color Cylindrical-coordinate representation of color #F200F3: hue angle of 299.75º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200F3 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 243 | - |
| CMYK | 0.00 | 1 | 0 | 0.05 |
| HSL | 299.75º | 1% | 0.48% | - |
| HSV(B) | 299.75º | 1% | 0.95% | - |
| XYZ | 52.8 | 25.35 | 86.9 | - |
| YUV | 100.06 | 208.67 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 243 | 0.00 | 1 | 0 | 0.05 | 299.75 | 1 | 0.48 |
| Hex | F2 | 0 | F3 | 0 | 64 | 0 | 5 | 12C | 64 | 30 |
| Octal | 362 | 0 | 363 | 0 | 144 | 0 | 5 | 454 | 144 | 60 |
| Binary | 11110010 | 0 | 11110011 | 0 | 1100100 | 0 | 101 | 100101100 | 1100100 | 110000 |
Color Harmonies of #F200F3
Complementary color
Monochromatic Colors of #F200F3
Black with #F200F3
Text Example
Text Example
White with #F200F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200F3; }
p { color: rgb(242,0,243); }
H1.HeaderClassName
{
color: #F200F3;
}
.AnyTagClassName
{
color: #F200F3;
}
</style>
background-color css
<style>
a { background-color: #F200F3; }
a { background-color: rgb(242,0,243); }
div.DivClassName
{
background-color: #F200F3;
}
.BgClassName
{
background-color: #F200F3;
}
</style>
border-color css
<style>
span { border-color: #F200F3; }
span { border-color: rgb(242,0,243); }
td.TdClassName
{
border-color: #F200F3;
}
.TagClassName
{
border-color: #F200F3;
}
</style>