Shades of Magenta #F204FE
Tints of Magenta #F204FE
RGB
CMYK
RGB Variations
Color information
#F204FE (or 0xF204FE) is known color: Magenta. HEX triplet: F2, 04 and FE. RGB value is (242,4,254). Sum of RGB (Red+Green+Blue) = 242+4+254=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 4 (1.95% from 255 or 0.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #F204FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F204FE is #0DFB01. Grayscale: #666666. Windows color (decimal): -916226 or 16647410. OLE color: 16647410.
HSL color Cylindrical-coordinate representation of color #F204FE: hue angle of 297.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F204FE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 4 | 254 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.00 |
| HSL | 297.12º | 0.99% | 0.51% | - |
| HSV(B) | 297.12º | 0.98% | 1% | - |
| XYZ | 54.55 | 26.12 | 95.93 | - |
| YUV | 103.66 | 212.85 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 254 | 0.05 | 0.98 | 0 | 0.00 | 297.12 | 0.99 | 0.51 |
| Hex | F2 | 4 | FE | 5 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 362 | 4 | 376 | 5 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110010 | 100 | 11111110 | 101 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F204FE
Complementary color
Monochromatic Colors of #F204FE
Black with #F204FE
Text Example
Text Example
White with #F204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204FE; }
p { color: rgb(242,4,254); }
H1.HeaderClassName
{
color: #F204FE;
}
.AnyTagClassName
{
color: #F204FE;
}
</style>
background-color css
<style>
a { background-color: #F204FE; }
a { background-color: rgb(242,4,254); }
div.DivClassName
{
background-color: #F204FE;
}
.BgClassName
{
background-color: #F204FE;
}
</style>
border-color css
<style>
span { border-color: #F204FE; }
span { border-color: rgb(242,4,254); }
td.TdClassName
{
border-color: #F204FE;
}
.TagClassName
{
border-color: #F204FE;
}
</style>