Shades of Magenta #F202F1
Tints of Magenta #F202F1
RGB
CMYK
RGB Variations
Color information
#F202F1 (or 0xF202F1) is known color: Magenta. HEX triplet: F2, 02 and F1. RGB value is (242,2,241). Sum of RGB (Red+Green+Blue) = 242+2+241=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 2 (1.17% from 255 or 0.41% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F202F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F202F1 is #0DFD0E. Grayscale: #646464. Windows color (decimal): -916751 or 15794930. OLE color: 15794930.
HSL color Cylindrical-coordinate representation of color #F202F1: hue angle of 300.25º 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 #F202F1 is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 241 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.05 |
| HSL | 300.25º | 0.98% | 0.48% | - |
| HSV(B) | 300.25º | 0.99% | 0.95% | - |
| XYZ | 52.52 | 25.27 | 85.33 | - |
| YUV | 101.01 | 207.01 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 241 | 0 | 0.99 | 0.00 | 0.05 | 300.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | F1 | 0 | 63 | 0 | 5 | 12C | 62 | 30 |
| Octal | 362 | 2 | 361 | 0 | 143 | 0 | 5 | 454 | 142 | 60 |
| Binary | 11110010 | 10 | 11110001 | 0 | 1100011 | 0 | 101 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F202F1
Complementary color
Monochromatic Colors of #F202F1
Black with #F202F1
Text Example
Text Example
White with #F202F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202F1; }
p { color: rgb(242,2,241); }
H1.HeaderClassName
{
color: #F202F1;
}
.AnyTagClassName
{
color: #F202F1;
}
</style>
background-color css
<style>
a { background-color: #F202F1; }
a { background-color: rgb(242,2,241); }
div.DivClassName
{
background-color: #F202F1;
}
.BgClassName
{
background-color: #F202F1;
}
</style>
border-color css
<style>
span { border-color: #F202F1; }
span { border-color: rgb(242,2,241); }
td.TdClassName
{
border-color: #F202F1;
}
.TagClassName
{
border-color: #F202F1;
}
</style>