Shades of Magenta #F62CFA
Tints of Magenta #F62CFA
RGB
CMYK
RGB Variations
Color information
#F62CFA (or 0xF62CFA) is known color: Magenta. HEX triplet: F6, 2C and FA. RGB value is (246,44,250). Sum of RGB (Red+Green+Blue) = 246+44+250=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 44 (17.58% from 255 or 8.15% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #F62CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62CFA is #09D305. Grayscale: #7F7F7F. Windows color (decimal): -643846 or 16395510. OLE color: 16395510.
HSL color Cylindrical-coordinate representation of color #F62CFA: hue angle of 298.83º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62CFA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 44 | 250 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.84º | 0.95% | 0.58% | - |
| HSV(B) | 298.84º | 0.82% | 0.98% | - |
| XYZ | 56.16 | 28.3 | 92.94 | - |
| YUV | 127.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 250 | 0.02 | 0.82 | 0 | 0.02 | 298.84 | 0.95 | 0.58 |
| Hex | F6 | 2C | FA | 2 | 52 | 0 | 2 | 12B | 5F | 3A |
| Octal | 366 | 54 | 372 | 2 | 122 | 0 | 2 | 453 | 137 | 72 |
| Binary | 11110110 | 101100 | 11111010 | 10 | 1010010 | 0 | 10 | 100101011 | 1011111 | 111010 |
Color Harmonies of #F62CFA
Complementary color
Monochromatic Colors of #F62CFA
Black with #F62CFA
Text Example
Text Example
White with #F62CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CFA; }
p { color: rgb(246,44,250); }
H1.HeaderClassName
{
color: #F62CFA;
}
.AnyTagClassName
{
color: #F62CFA;
}
</style>
background-color css
<style>
a { background-color: #F62CFA; }
a { background-color: rgb(246,44,250); }
div.DivClassName
{
background-color: #F62CFA;
}
.BgClassName
{
background-color: #F62CFA;
}
</style>
border-color css
<style>
span { border-color: #F62CFA; }
span { border-color: rgb(246,44,250); }
td.TdClassName
{
border-color: #F62CFA;
}
.TagClassName
{
border-color: #F62CFA;
}
</style>