Shades of Magenta #F205FA
Tints of Magenta #F205FA
RGB
CMYK
RGB Variations
Color information
#F205FA (or 0xF205FA) is known color: Magenta. HEX triplet: F2, 05 and FA. RGB value is (242,5,250). Sum of RGB (Red+Green+Blue) = 242+5+250=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #F205FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205FA is #0DFA05. Grayscale: #676767. Windows color (decimal): -915974 or 16385522. OLE color: 16385522.
HSL color Cylindrical-coordinate representation of color #F205FA: hue angle of 298.04º degrees, saturation: 0.96, 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 #F205FA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 5 | 250 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.02 |
| HSL | 298.04º | 0.96% | 0.5% | - |
| HSV(B) | 298.04º | 0.98% | 0.98% | - |
| XYZ | 53.93 | 25.89 | 92.6 | - |
| YUV | 103.79 | 210.52 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 250 | 0.03 | 0.98 | 0 | 0.02 | 298.04 | 0.96 | 0.5 |
| Hex | F2 | 5 | FA | 3 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 362 | 5 | 372 | 3 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110010 | 101 | 11111010 | 11 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F205FA
Complementary color
Monochromatic Colors of #F205FA
Black with #F205FA
Text Example
Text Example
White with #F205FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205FA; }
p { color: rgb(242,5,250); }
H1.HeaderClassName
{
color: #F205FA;
}
.AnyTagClassName
{
color: #F205FA;
}
</style>
background-color css
<style>
a { background-color: #F205FA; }
a { background-color: rgb(242,5,250); }
div.DivClassName
{
background-color: #F205FA;
}
.BgClassName
{
background-color: #F205FA;
}
</style>
border-color css
<style>
span { border-color: #F205FA; }
span { border-color: rgb(242,5,250); }
td.TdClassName
{
border-color: #F205FA;
}
.TagClassName
{
border-color: #F205FA;
}
</style>