Shades of Magenta #F204FA
Tints of Magenta #F204FA
RGB
CMYK
RGB Variations
Color information
#F204FA (or 0xF204FA) is known color: Magenta. HEX triplet: F2, 04 and FA. RGB value is (242,4,250). Sum of RGB (Red+Green+Blue) = 242+4+250=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 4 (1.95% from 255 or 0.81% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #F204FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F204FA is #0DFB05. Grayscale: #666666. Windows color (decimal): -916230 or 16385266. OLE color: 16385266.
HSL color Cylindrical-coordinate representation of color #F204FA: hue angle of 298.05º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F204FA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 4 | 250 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.02 |
| HSL | 298.05º | 0.97% | 0.5% | - |
| HSV(B) | 298.05º | 0.98% | 0.98% | - |
| XYZ | 53.92 | 25.87 | 92.59 | - |
| YUV | 103.21 | 210.85 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 250 | 0.03 | 0.98 | 0 | 0.02 | 298.05 | 0.97 | 0.5 |
| Hex | F2 | 4 | FA | 3 | 62 | 0 | 2 | 12A | 61 | 32 |
| Octal | 362 | 4 | 372 | 3 | 142 | 0 | 2 | 452 | 141 | 62 |
| Binary | 11110010 | 100 | 11111010 | 11 | 1100010 | 0 | 10 | 100101010 | 1100001 | 110010 |
Color Harmonies of #F204FA
Complementary color
Monochromatic Colors of #F204FA
Black with #F204FA
Text Example
Text Example
White with #F204FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204FA; }
p { color: rgb(242,4,250); }
H1.HeaderClassName
{
color: #F204FA;
}
.AnyTagClassName
{
color: #F204FA;
}
</style>
background-color css
<style>
a { background-color: #F204FA; }
a { background-color: rgb(242,4,250); }
div.DivClassName
{
background-color: #F204FA;
}
.BgClassName
{
background-color: #F204FA;
}
</style>
border-color css
<style>
span { border-color: #F204FA; }
span { border-color: rgb(242,4,250); }
td.TdClassName
{
border-color: #F204FA;
}
.TagClassName
{
border-color: #F204FA;
}
</style>