Shades of Magenta #F208F2
Tints of Magenta #F208F2
RGB
CMYK
RGB Variations
Color information
#F208F2 (or 0xF208F2) is known color: Magenta. HEX triplet: F2, 08 and F2. RGB value is (242,8,242). Sum of RGB (Red+Green+Blue) = 242+8+242=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 8 (3.52% from 255 or 1.63% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F208F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F208F2 is #0DF70D. Grayscale: #676767. Windows color (decimal): -915214 or 15862002. OLE color: 15862002.
HSL color Cylindrical-coordinate representation of color #F208F2: hue angle of 300º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F208F2 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 242 | - |
| CMYK | 0 | 0.97 | 0 | 0.05 |
| HSL | 300º | 0.94% | 0.49% | - |
| HSV(B) | 300º | 0.97% | 0.95% | - |
| XYZ | 52.73 | 25.46 | 86.14 | - |
| YUV | 104.64 | 205.52 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 242 | 0 | 0.97 | 0 | 0.05 | 300 | 0.94 | 0.49 |
| Hex | F2 | 8 | F2 | 0 | 61 | 0 | 5 | 12C | 5E | 31 |
| Octal | 362 | 10 | 362 | 0 | 141 | 0 | 5 | 454 | 136 | 61 |
| Binary | 11110010 | 1000 | 11110010 | 0 | 1100001 | 0 | 101 | 100101100 | 1011110 | 110001 |
Color Harmonies of #F208F2
Complementary color
Monochromatic Colors of #F208F2
Black with #F208F2
Text Example
Text Example
White with #F208F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F208F2; }
p { color: rgb(242,8,242); }
H1.HeaderClassName
{
color: #F208F2;
}
.AnyTagClassName
{
color: #F208F2;
}
</style>
background-color css
<style>
a { background-color: #F208F2; }
a { background-color: rgb(242,8,242); }
div.DivClassName
{
background-color: #F208F2;
}
.BgClassName
{
background-color: #F208F2;
}
</style>
border-color css
<style>
span { border-color: #F208F2; }
span { border-color: rgb(242,8,242); }
td.TdClassName
{
border-color: #F208F2;
}
.TagClassName
{
border-color: #F208F2;
}
</style>