Shades of Magenta #F206FD
Tints of Magenta #F206FD
RGB
CMYK
RGB Variations
Color information
#F206FD (or 0xF206FD) is known color: Magenta. HEX triplet: F2, 06 and FD. RGB value is (242,6,253). Sum of RGB (Red+Green+Blue) = 242+6+253=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 6 (2.73% from 255 or 1.20% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #F206FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F206FD is #0DF902. Grayscale: #676767. Windows color (decimal): -915715 or 16582386. OLE color: 16582386.
HSL color Cylindrical-coordinate representation of color #F206FD: hue angle of 297.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206FD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 6 | 253 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.01 |
| HSL | 297.33º | 0.98% | 0.51% | - |
| HSV(B) | 297.33º | 0.98% | 0.99% | - |
| XYZ | 54.41 | 26.1 | 95.1 | - |
| YUV | 104.72 | 211.69 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 253 | 0.04 | 0.98 | 0 | 0.01 | 297.33 | 0.98 | 0.51 |
| Hex | F2 | 6 | FD | 4 | 62 | 0 | 1 | 129 | 62 | 33 |
| Octal | 362 | 6 | 375 | 4 | 142 | 0 | 1 | 451 | 142 | 63 |
| Binary | 11110010 | 110 | 11111101 | 100 | 1100010 | 0 | 1 | 100101001 | 1100010 | 110011 |
Color Harmonies of #F206FD
Complementary color
Monochromatic Colors of #F206FD
Black with #F206FD
Text Example
Text Example
White with #F206FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206FD; }
p { color: rgb(242,6,253); }
H1.HeaderClassName
{
color: #F206FD;
}
.AnyTagClassName
{
color: #F206FD;
}
</style>
background-color css
<style>
a { background-color: #F206FD; }
a { background-color: rgb(242,6,253); }
div.DivClassName
{
background-color: #F206FD;
}
.BgClassName
{
background-color: #F206FD;
}
</style>
border-color css
<style>
span { border-color: #F206FD; }
span { border-color: rgb(242,6,253); }
td.TdClassName
{
border-color: #F206FD;
}
.TagClassName
{
border-color: #F206FD;
}
</style>