Shades of Magenta #F20CF1
Tints of Magenta #F20CF1
RGB
CMYK
RGB Variations
Color information
#F20CF1 (or 0xF20CF1) is known color: Magenta. HEX triplet: F2, 0C and F1. RGB value is (242,12,241). Sum of RGB (Red+Green+Blue) = 242+12+241=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F20CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CF1 is #0DF30E. Grayscale: #6A6A6A. Windows color (decimal): -914191 or 15797490. OLE color: 15797490.
HSL color Cylindrical-coordinate representation of color #F20CF1: hue angle of 300.26º 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 #F20CF1 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 241 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.05 |
| HSL | 300.26º | 0.91% | 0.5% | - |
| HSV(B) | 300.26º | 0.95% | 0.95% | - |
| XYZ | 52.63 | 25.49 | 85.37 | - |
| YUV | 106.88 | 203.7 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 241 | 0 | 0.95 | 0.00 | 0.05 | 300.26 | 0.91 | 0.5 |
| Hex | F2 | C | F1 | 0 | 5F | 0 | 5 | 12C | 5B | 32 |
| Octal | 362 | 14 | 361 | 0 | 137 | 0 | 5 | 454 | 133 | 62 |
| Binary | 11110010 | 1100 | 11110001 | 0 | 1011111 | 0 | 101 | 100101100 | 1011011 | 110010 |
Color Harmonies of #F20CF1
Complementary color
Monochromatic Colors of #F20CF1
Black with #F20CF1
Text Example
Text Example
White with #F20CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CF1; }
p { color: rgb(242,12,241); }
H1.HeaderClassName
{
color: #F20CF1;
}
.AnyTagClassName
{
color: #F20CF1;
}
</style>
background-color css
<style>
a { background-color: #F20CF1; }
a { background-color: rgb(242,12,241); }
div.DivClassName
{
background-color: #F20CF1;
}
.BgClassName
{
background-color: #F20CF1;
}
</style>
border-color css
<style>
span { border-color: #F20CF1; }
span { border-color: rgb(242,12,241); }
td.TdClassName
{
border-color: #F20CF1;
}
.TagClassName
{
border-color: #F20CF1;
}
</style>