Shades of Magenta #F20FF5
Tints of Magenta #F20FF5
RGB
CMYK
RGB Variations
Color information
#F20FF5 (or 0xF20FF5) is known color: Magenta. HEX triplet: F2, 0F and F5. RGB value is (242,15,245). Sum of RGB (Red+Green+Blue) = 242+15+245=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #F20FF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20FF5 is #0DF00A. Grayscale: #6C6C6C. Windows color (decimal): -913419 or 16060402. OLE color: 16060402.
HSL color Cylindrical-coordinate representation of color #F20FF5: hue angle of 299.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FF5 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 15 | 245 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.04 |
| HSL | 299.22º | 0.92% | 0.51% | - |
| HSV(B) | 299.22º | 0.94% | 0.96% | - |
| XYZ | 53.27 | 25.81 | 88.56 | - |
| YUV | 109.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 245 | 0.01 | 0.94 | 0 | 0.04 | 299.22 | 0.92 | 0.51 |
| Hex | F2 | F | F5 | 1 | 5E | 0 | 4 | 12B | 5C | 33 |
| Octal | 362 | 17 | 365 | 1 | 136 | 0 | 4 | 453 | 134 | 63 |
| Binary | 11110010 | 1111 | 11110101 | 1 | 1011110 | 0 | 100 | 100101011 | 1011100 | 110011 |
Color Harmonies of #F20FF5
Complementary color
Monochromatic Colors of #F20FF5
Black with #F20FF5
Text Example
Text Example
White with #F20FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FF5; }
p { color: rgb(242,15,245); }
H1.HeaderClassName
{
color: #F20FF5;
}
.AnyTagClassName
{
color: #F20FF5;
}
</style>
background-color css
<style>
a { background-color: #F20FF5; }
a { background-color: rgb(242,15,245); }
div.DivClassName
{
background-color: #F20FF5;
}
.BgClassName
{
background-color: #F20FF5;
}
</style>
border-color css
<style>
span { border-color: #F20FF5; }
span { border-color: rgb(242,15,245); }
td.TdClassName
{
border-color: #F20FF5;
}
.TagClassName
{
border-color: #F20FF5;
}
</style>