Shades of Magenta #F202F2
Tints of Magenta #F202F2
RGB
CMYK
RGB Variations
Color information
#F202F2 (or 0xF202F2) is known color: Magenta. HEX triplet: F2, 02 and F2. RGB value is (242,2,242). Sum of RGB (Red+Green+Blue) = 242+2+242=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F202F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F202F2 is #0DFD0D. Grayscale: #646464. Windows color (decimal): -916750 or 15860466. OLE color: 15860466.
HSL color Cylindrical-coordinate representation of color #F202F2: hue angle of 300º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202F2 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 242 | - |
| CMYK | 0 | 0.99 | 0 | 0.05 |
| HSL | 300º | 0.98% | 0.48% | - |
| HSV(B) | 300º | 0.99% | 0.95% | - |
| XYZ | 52.67 | 25.33 | 86.12 | - |
| YUV | 101.12 | 207.51 | 228.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 242 | 0 | 0.99 | 0 | 0.05 | 300 | 0.98 | 0.48 |
| Hex | F2 | 2 | F2 | 0 | 63 | 0 | 5 | 12C | 62 | 30 |
| Octal | 362 | 2 | 362 | 0 | 143 | 0 | 5 | 454 | 142 | 60 |
| Binary | 11110010 | 10 | 11110010 | 0 | 1100011 | 0 | 101 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F202F2
Complementary color
Monochromatic Colors of #F202F2
Black with #F202F2
Text Example
Text Example
White with #F202F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202F2; }
p { color: rgb(242,2,242); }
H1.HeaderClassName
{
color: #F202F2;
}
.AnyTagClassName
{
color: #F202F2;
}
</style>
background-color css
<style>
a { background-color: #F202F2; }
a { background-color: rgb(242,2,242); }
div.DivClassName
{
background-color: #F202F2;
}
.BgClassName
{
background-color: #F202F2;
}
</style>
border-color css
<style>
span { border-color: #F202F2; }
span { border-color: rgb(242,2,242); }
td.TdClassName
{
border-color: #F202F2;
}
.TagClassName
{
border-color: #F202F2;
}
</style>