Shades of Magenta #F200FE
Tints of Magenta #F200FE
RGB
CMYK
RGB Variations
Color information
#F200FE (or 0xF200FE) is known color: Magenta. HEX triplet: F2, 00 and FE. RGB value is (242,0,254). Sum of RGB (Red+Green+Blue) = 242+0+254=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 0 (0.39% from 255 or 0% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #F200FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200FE is #0DFF01. Grayscale: #646464. Windows color (decimal): -917250 or 16646386. OLE color: 16646386.
HSL color Cylindrical-coordinate representation of color #F200FE: hue angle of 297.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200FE is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 0 | 254 | - |
| CMYK | 0.05 | 1 | 0 | 0.00 |
| HSL | 297.17º | 1% | 0.5% | - |
| HSV(B) | 297.17º | 1% | 1% | - |
| XYZ | 54.51 | 26.03 | 95.92 | - |
| YUV | 101.31 | 214.17 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 254 | 0.05 | 1 | 0 | 0.00 | 297.17 | 1 | 0.5 |
| Hex | F2 | 0 | FE | 5 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 362 | 0 | 376 | 5 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110010 | 0 | 11111110 | 101 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F200FE
Complementary color
Monochromatic Colors of #F200FE
Black with #F200FE
Text Example
Text Example
White with #F200FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200FE; }
p { color: rgb(242,0,254); }
H1.HeaderClassName
{
color: #F200FE;
}
.AnyTagClassName
{
color: #F200FE;
}
</style>
background-color css
<style>
a { background-color: #F200FE; }
a { background-color: rgb(242,0,254); }
div.DivClassName
{
background-color: #F200FE;
}
.BgClassName
{
background-color: #F200FE;
}
</style>
border-color css
<style>
span { border-color: #F200FE; }
span { border-color: rgb(242,0,254); }
td.TdClassName
{
border-color: #F200FE;
}
.TagClassName
{
border-color: #F200FE;
}
</style>