Shades of Magenta #F62CFD
Tints of Magenta #F62CFD
RGB
CMYK
RGB Variations
Color information
#F62CFD (or 0xF62CFD) is known color: Magenta. HEX triplet: F6, 2C and FD. RGB value is (246,44,253). Sum of RGB (Red+Green+Blue) = 246+44+253=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 44 (17.58% from 255 or 8.10% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #F62CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F62CFD is #09D302. Grayscale: #7F7F7F. Windows color (decimal): -643843 or 16592118. OLE color: 16592118.
HSL color Cylindrical-coordinate representation of color #F62CFD: hue angle of 297.99º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62CFD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 44 | 253 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.01 |
| HSL | 297.99º | 0.98% | 0.58% | - |
| HSV(B) | 297.99º | 0.83% | 0.99% | - |
| XYZ | 56.64 | 28.49 | 95.44 | - |
| YUV | 128.22 | 198.42 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 253 | 0.03 | 0.83 | 0 | 0.01 | 297.99 | 0.98 | 0.58 |
| Hex | F6 | 2C | FD | 3 | 53 | 0 | 1 | 12A | 62 | 3A |
| Octal | 366 | 54 | 375 | 3 | 123 | 0 | 1 | 452 | 142 | 72 |
| Binary | 11110110 | 101100 | 11111101 | 11 | 1010011 | 0 | 1 | 100101010 | 1100010 | 111010 |
Color Harmonies of #F62CFD
Complementary color
Monochromatic Colors of #F62CFD
Black with #F62CFD
Text Example
Text Example
White with #F62CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62CFD; }
p { color: rgb(246,44,253); }
H1.HeaderClassName
{
color: #F62CFD;
}
.AnyTagClassName
{
color: #F62CFD;
}
</style>
background-color css
<style>
a { background-color: #F62CFD; }
a { background-color: rgb(246,44,253); }
div.DivClassName
{
background-color: #F62CFD;
}
.BgClassName
{
background-color: #F62CFD;
}
</style>
border-color css
<style>
span { border-color: #F62CFD; }
span { border-color: rgb(246,44,253); }
td.TdClassName
{
border-color: #F62CFD;
}
.TagClassName
{
border-color: #F62CFD;
}
</style>