Shades of Magenta #F200FB
Tints of Magenta #F200FB
RGB
CMYK
RGB Variations
Color information
#F200FB (or 0xF200FB) is known color: Magenta. HEX triplet: F2, 00 and FB. RGB value is (242,0,251). Sum of RGB (Red+Green+Blue) = 242+0+251=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #F200FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200FB is #0DFF04. Grayscale: #646464. Windows color (decimal): -917253 or 16449778. OLE color: 16449778.
HSL color Cylindrical-coordinate representation of color #F200FB: hue angle of 297.85º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200FB is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 0 | 251 | - |
| CMYK | 0.04 | 1 | 0 | 0.02 |
| HSL | 297.85º | 1% | 0.49% | - |
| HSV(B) | 297.85º | 1% | 0.98% | - |
| XYZ | 54.03 | 25.84 | 93.41 | - |
| YUV | 100.97 | 212.67 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 251 | 0.04 | 1 | 0 | 0.02 | 297.85 | 1 | 0.49 |
| Hex | F2 | 0 | FB | 4 | 64 | 0 | 2 | 12A | 64 | 31 |
| Octal | 362 | 0 | 373 | 4 | 144 | 0 | 2 | 452 | 144 | 61 |
| Binary | 11110010 | 0 | 11111011 | 100 | 1100100 | 0 | 10 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F200FB
Complementary color
Monochromatic Colors of #F200FB
Black with #F200FB
Text Example
Text Example
White with #F200FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200FB; }
p { color: rgb(242,0,251); }
H1.HeaderClassName
{
color: #F200FB;
}
.AnyTagClassName
{
color: #F200FB;
}
</style>
background-color css
<style>
a { background-color: #F200FB; }
a { background-color: rgb(242,0,251); }
div.DivClassName
{
background-color: #F200FB;
}
.BgClassName
{
background-color: #F200FB;
}
</style>
border-color css
<style>
span { border-color: #F200FB; }
span { border-color: rgb(242,0,251); }
td.TdClassName
{
border-color: #F200FB;
}
.TagClassName
{
border-color: #F200FB;
}
</style>