Shades of Magenta #F202F0
Tints of Magenta #F202F0
RGB
CMYK
RGB Variations
Color information
#F202F0 (or 0xF202F0) is known color: Magenta. HEX triplet: F2, 02 and F0. RGB value is (242,2,240). Sum of RGB (Red+Green+Blue) = 242+2+240=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F202F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F202F0 is #0DFD0F. Grayscale: #646464. Windows color (decimal): -916752 or 15729394. OLE color: 15729394.
HSL color Cylindrical-coordinate representation of color #F202F0: hue angle of 300.5º 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 #F202F0 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 240 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.05 |
| HSL | 300.5º | 0.98% | 0.48% | - |
| HSV(B) | 300.5º | 0.99% | 0.95% | - |
| XYZ | 52.37 | 25.21 | 84.54 | - |
| YUV | 100.89 | 206.51 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 240 | 0 | 0.99 | 0.01 | 0.05 | 300.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | F0 | 0 | 63 | 1 | 5 | 12C | 62 | 30 |
| Octal | 362 | 2 | 360 | 0 | 143 | 1 | 5 | 454 | 142 | 60 |
| Binary | 11110010 | 10 | 11110000 | 0 | 1100011 | 1 | 101 | 100101100 | 1100010 | 110000 |
Color Harmonies of #F202F0
Complementary color
Monochromatic Colors of #F202F0
Black with #F202F0
Text Example
Text Example
White with #F202F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202F0; }
p { color: rgb(242,2,240); }
H1.HeaderClassName
{
color: #F202F0;
}
.AnyTagClassName
{
color: #F202F0;
}
</style>
background-color css
<style>
a { background-color: #F202F0; }
a { background-color: rgb(242,2,240); }
div.DivClassName
{
background-color: #F202F0;
}
.BgClassName
{
background-color: #F202F0;
}
</style>
border-color css
<style>
span { border-color: #F202F0; }
span { border-color: rgb(242,2,240); }
td.TdClassName
{
border-color: #F202F0;
}
.TagClassName
{
border-color: #F202F0;
}
</style>