Shades of Magenta #F20CF0
Tints of Magenta #F20CF0
RGB
CMYK
RGB Variations
Color information
#F20CF0 (or 0xF20CF0) is known color: Magenta. HEX triplet: F2, 0C and F0. RGB value is (242,12,240). Sum of RGB (Red+Green+Blue) = 242+12+240=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CF0 is #0DF30F. Grayscale: #6A6A6A. Windows color (decimal): -914192 or 15731954. OLE color: 15731954.
HSL color Cylindrical-coordinate representation of color #F20CF0: hue angle of 300.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CF0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 240 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.05 |
| HSL | 300.52º | 0.91% | 0.5% | - |
| HSV(B) | 300.52º | 0.95% | 0.95% | - |
| XYZ | 52.48 | 25.43 | 84.58 | - |
| YUV | 106.76 | 203.2 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 240 | 0 | 0.95 | 0.01 | 0.05 | 300.52 | 0.91 | 0.5 |
| Hex | F2 | C | F0 | 0 | 5F | 1 | 5 | 12D | 5B | 32 |
| Octal | 362 | 14 | 360 | 0 | 137 | 1 | 5 | 455 | 133 | 62 |
| Binary | 11110010 | 1100 | 11110000 | 0 | 1011111 | 1 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F20CF0
Complementary color
Monochromatic Colors of #F20CF0
Black with #F20CF0
Text Example
Text Example
White with #F20CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CF0; }
p { color: rgb(242,12,240); }
H1.HeaderClassName
{
color: #F20CF0;
}
.AnyTagClassName
{
color: #F20CF0;
}
</style>
background-color css
<style>
a { background-color: #F20CF0; }
a { background-color: rgb(242,12,240); }
div.DivClassName
{
background-color: #F20CF0;
}
.BgClassName
{
background-color: #F20CF0;
}
</style>
border-color css
<style>
span { border-color: #F20CF0; }
span { border-color: rgb(242,12,240); }
td.TdClassName
{
border-color: #F20CF0;
}
.TagClassName
{
border-color: #F20CF0;
}
</style>