Shades of Magenta #F205FE
Tints of Magenta #F205FE
RGB
CMYK
RGB Variations
Color information
#F205FE (or 0xF205FE) is known color: Magenta. HEX triplet: F2, 05 and FE. RGB value is (242,5,254). Sum of RGB (Red+Green+Blue) = 242+5+254=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 5 (2.34% from 255 or 1.00% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #F205FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205FE is #0DFA01. Grayscale: #676767. Windows color (decimal): -915970 or 16647666. OLE color: 16647666.
HSL color Cylindrical-coordinate representation of color #F205FE: hue angle of 297.11º 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 #F205FE is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 5 | 254 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.00 |
| HSL | 297.11º | 0.99% | 0.51% | - |
| HSV(B) | 297.11º | 0.98% | 1% | - |
| XYZ | 54.56 | 26.14 | 95.94 | - |
| YUV | 104.25 | 212.52 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 254 | 0.05 | 0.98 | 0 | 0.00 | 297.11 | 0.99 | 0.51 |
| Hex | F2 | 5 | FE | 5 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 362 | 5 | 376 | 5 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110010 | 101 | 11111110 | 101 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F205FE
Complementary color
Monochromatic Colors of #F205FE
Black with #F205FE
Text Example
Text Example
White with #F205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205FE; }
p { color: rgb(242,5,254); }
H1.HeaderClassName
{
color: #F205FE;
}
.AnyTagClassName
{
color: #F205FE;
}
</style>
background-color css
<style>
a { background-color: #F205FE; }
a { background-color: rgb(242,5,254); }
div.DivClassName
{
background-color: #F205FE;
}
.BgClassName
{
background-color: #F205FE;
}
</style>
border-color css
<style>
span { border-color: #F205FE; }
span { border-color: rgb(242,5,254); }
td.TdClassName
{
border-color: #F205FE;
}
.TagClassName
{
border-color: #F205FE;
}
</style>