Shades of Magenta #F62AF5
Tints of Magenta #F62AF5
RGB
CMYK
RGB Variations
Color information
#F62AF5 (or 0xF62AF5) is known color: Magenta. HEX triplet: F6, 2A and F5. RGB value is (246,42,245). Sum of RGB (Red+Green+Blue) = 246+42+245=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62AF5 is #09D50A. Grayscale: #7D7D7D. Windows color (decimal): -644363 or 16067318. OLE color: 16067318.
HSL color Cylindrical-coordinate representation of color #F62AF5: hue angle of 300.29º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62AF5 is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 245 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.04 |
| HSL | 300.29º | 0.92% | 0.56% | - |
| HSV(B) | 300.29º | 0.83% | 0.96% | - |
| XYZ | 55.32 | 27.84 | 88.84 | - |
| YUV | 126.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 245 | 0 | 0.83 | 0.00 | 0.04 | 300.29 | 0.92 | 0.56 |
| Hex | F6 | 2A | F5 | 0 | 53 | 0 | 4 | 12C | 5C | 38 |
| Octal | 366 | 52 | 365 | 0 | 123 | 0 | 4 | 454 | 134 | 70 |
| Binary | 11110110 | 101010 | 11110101 | 0 | 1010011 | 0 | 100 | 100101100 | 1011100 | 111000 |
Color Harmonies of #F62AF5
Complementary color
Monochromatic Colors of #F62AF5
Black with #F62AF5
Text Example
Text Example
White with #F62AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62AF5; }
p { color: rgb(246,42,245); }
H1.HeaderClassName
{
color: #F62AF5;
}
.AnyTagClassName
{
color: #F62AF5;
}
</style>
background-color css
<style>
a { background-color: #F62AF5; }
a { background-color: rgb(246,42,245); }
div.DivClassName
{
background-color: #F62AF5;
}
.BgClassName
{
background-color: #F62AF5;
}
</style>
border-color css
<style>
span { border-color: #F62AF5; }
span { border-color: rgb(246,42,245); }
td.TdClassName
{
border-color: #F62AF5;
}
.TagClassName
{
border-color: #F62AF5;
}
</style>