Shades of Magenta #F205FF
Tints of Magenta #F205FF
RGB
CMYK
RGB Variations
Color information
#F205FF (or 0xF205FF) is known color: Magenta. HEX triplet: F2, 05 and FF. RGB value is (242,5,255). Sum of RGB (Red+Green+Blue) = 242+5+255=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 5 (2.34% from 255 or 1.00% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #F205FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205FF is #0DFA00. Grayscale: #676767. Windows color (decimal): -915969 or 16713202. OLE color: 16713202.
HSL color Cylindrical-coordinate representation of color #F205FF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205FF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 5 | 255 | - |
| CMYK | 0.05 | 0.98 | 0 | 0 |
| HSL | 296.88º | 1% | 0.51% | - |
| HSV(B) | 296.88º | 0.98% | 1% | - |
| XYZ | 54.72 | 26.21 | 96.78 | - |
| YUV | 104.36 | 213.02 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 255 | 0.05 | 0.98 | 0 | 0 | 296.88 | 1 | 0.51 |
| Hex | F2 | 5 | FF | 5 | 62 | 0 | 0 | 129 | 64 | 33 |
| Octal | 362 | 5 | 377 | 5 | 142 | 0 | 0 | 451 | 144 | 63 |
| Binary | 11110010 | 101 | 11111111 | 101 | 1100010 | 0 | 0 | 100101001 | 1100100 | 110011 |
Color Harmonies of #F205FF
Complementary color
Monochromatic Colors of #F205FF
Black with #F205FF
Text Example
Text Example
White with #F205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205FF; }
p { color: rgb(242,5,255); }
H1.HeaderClassName
{
color: #F205FF;
}
.AnyTagClassName
{
color: #F205FF;
}
</style>
background-color css
<style>
a { background-color: #F205FF; }
a { background-color: rgb(242,5,255); }
div.DivClassName
{
background-color: #F205FF;
}
.BgClassName
{
background-color: #F205FF;
}
</style>
border-color css
<style>
span { border-color: #F205FF; }
span { border-color: rgb(242,5,255); }
td.TdClassName
{
border-color: #F205FF;
}
.TagClassName
{
border-color: #F205FF;
}
</style>