Shades of Magenta #F200F8
Tints of Magenta #F200F8
RGB
CMYK
RGB Variations
Color information
#F200F8 (or 0xF200F8) is known color: Magenta. HEX triplet: F2, 00 and F8. RGB value is (242,0,248). Sum of RGB (Red+Green+Blue) = 242+0+248=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #F200F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F200F8 is #0DFF07. Grayscale: #636363. Windows color (decimal): -917256 or 16253170. OLE color: 16253170.
HSL color Cylindrical-coordinate representation of color #F200F8: hue angle of 298.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200F8 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 0 | 248 | - |
| CMYK | 0.02 | 1 | 0 | 0.03 |
| HSL | 298.55º | 1% | 0.49% | - |
| HSV(B) | 298.55º | 1% | 0.97% | - |
| XYZ | 53.56 | 25.65 | 90.94 | - |
| YUV | 100.63 | 211.17 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 248 | 0.02 | 1 | 0 | 0.03 | 298.55 | 1 | 0.49 |
| Hex | F2 | 0 | F8 | 2 | 64 | 0 | 3 | 12B | 64 | 31 |
| Octal | 362 | 0 | 370 | 2 | 144 | 0 | 3 | 453 | 144 | 61 |
| Binary | 11110010 | 0 | 11111000 | 10 | 1100100 | 0 | 11 | 100101011 | 1100100 | 110001 |
Color Harmonies of #F200F8
Complementary color
Monochromatic Colors of #F200F8
Black with #F200F8
Text Example
Text Example
White with #F200F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200F8; }
p { color: rgb(242,0,248); }
H1.HeaderClassName
{
color: #F200F8;
}
.AnyTagClassName
{
color: #F200F8;
}
</style>
background-color css
<style>
a { background-color: #F200F8; }
a { background-color: rgb(242,0,248); }
div.DivClassName
{
background-color: #F200F8;
}
.BgClassName
{
background-color: #F200F8;
}
</style>
border-color css
<style>
span { border-color: #F200F8; }
span { border-color: rgb(242,0,248); }
td.TdClassName
{
border-color: #F200F8;
}
.TagClassName
{
border-color: #F200F8;
}
</style>