Shades of Magenta #F205F9
Tints of Magenta #F205F9
RGB
CMYK
RGB Variations
Color information
#F205F9 (or 0xF205F9) is known color: Magenta. HEX triplet: F2, 05 and F9. RGB value is (242,5,249). Sum of RGB (Red+Green+Blue) = 242+5+249=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 5 (2.34% from 255 or 1.01% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #F205F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205F9 is #0DFA06. Grayscale: #666666. Windows color (decimal): -915975 or 16319986. OLE color: 16319986.
HSL color Cylindrical-coordinate representation of color #F205F9: hue angle of 298.28º 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 #F205F9 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 5 | 249 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.02 |
| HSL | 298.28º | 0.96% | 0.5% | - |
| HSV(B) | 298.28º | 0.98% | 0.98% | - |
| XYZ | 53.77 | 25.83 | 91.77 | - |
| YUV | 103.68 | 210.02 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 249 | 0.03 | 0.98 | 0 | 0.02 | 298.28 | 0.96 | 0.5 |
| Hex | F2 | 5 | F9 | 3 | 62 | 0 | 2 | 12A | 60 | 32 |
| Octal | 362 | 5 | 371 | 3 | 142 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110010 | 101 | 11111001 | 11 | 1100010 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F205F9
Complementary color
Monochromatic Colors of #F205F9
Black with #F205F9
Text Example
Text Example
White with #F205F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205F9; }
p { color: rgb(242,5,249); }
H1.HeaderClassName
{
color: #F205F9;
}
.AnyTagClassName
{
color: #F205F9;
}
</style>
background-color css
<style>
a { background-color: #F205F9; }
a { background-color: rgb(242,5,249); }
div.DivClassName
{
background-color: #F205F9;
}
.BgClassName
{
background-color: #F205F9;
}
</style>
border-color css
<style>
span { border-color: #F205F9; }
span { border-color: rgb(242,5,249); }
td.TdClassName
{
border-color: #F205F9;
}
.TagClassName
{
border-color: #F205F9;
}
</style>