Shades of Magenta #F62DFF
Tints of Magenta #F62DFF
RGB
CMYK
RGB Variations
Color information
#F62DFF (or 0xF62DFF) is known color: Magenta. HEX triplet: F6, 2D and FF. RGB value is (246,45,255). Sum of RGB (Red+Green+Blue) = 246+45+255=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 45 (17.97% from 255 or 8.24% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #F62DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62DFF is #09D200. Grayscale: #808080. Windows color (decimal): -643585 or 16723446. OLE color: 16723446.
HSL color Cylindrical-coordinate representation of color #F62DFF: hue angle of 297.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62DFF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 45 | 255 | - |
| CMYK | 0.04 | 0.82 | 0 | 0 |
| HSL | 297.43º | 1% | 0.59% | - |
| HSV(B) | 297.43º | 0.82% | 1% | - |
| XYZ | 56.99 | 28.69 | 97.14 | - |
| YUV | 129.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 255 | 0.04 | 0.82 | 0 | 0 | 297.43 | 1 | 0.59 |
| Hex | F6 | 2D | FF | 4 | 52 | 0 | 0 | 129 | 64 | 3B |
| Octal | 366 | 55 | 377 | 4 | 122 | 0 | 0 | 451 | 144 | 73 |
| Binary | 11110110 | 101101 | 11111111 | 100 | 1010010 | 0 | 0 | 100101001 | 1100100 | 111011 |
Color Harmonies of #F62DFF
Complementary color
Monochromatic Colors of #F62DFF
Black with #F62DFF
Text Example
Text Example
White with #F62DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62DFF; }
p { color: rgb(246,45,255); }
H1.HeaderClassName
{
color: #F62DFF;
}
.AnyTagClassName
{
color: #F62DFF;
}
</style>
background-color css
<style>
a { background-color: #F62DFF; }
a { background-color: rgb(246,45,255); }
div.DivClassName
{
background-color: #F62DFF;
}
.BgClassName
{
background-color: #F62DFF;
}
</style>
border-color css
<style>
span { border-color: #F62DFF; }
span { border-color: rgb(246,45,255); }
td.TdClassName
{
border-color: #F62DFF;
}
.TagClassName
{
border-color: #F62DFF;
}
</style>