Shades of Magenta #F205E6
Tints of Magenta #F205E6
RGB
CMYK
RGB Variations
Color information
#F205E6 (or 0xF205E6) is known color: Magenta. HEX triplet: F2, 05 and E6. RGB value is (242,5,230). Sum of RGB (Red+Green+Blue) = 242+5+230=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F205E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205E6 is #0DFA19. Grayscale: #646464. Windows color (decimal): -915994 or 15074802. OLE color: 15074802.
HSL color Cylindrical-coordinate representation of color #F205E6: hue angle of 303.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205E6 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 230 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 303.04º | 0.96% | 0.48% | - |
| HSV(B) | 303.04º | 0.98% | 0.95% | - |
| XYZ | 50.96 | 24.7 | 76.94 | - |
| YUV | 101.51 | 200.52 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 230 | 0 | 0.98 | 0.05 | 0.05 | 303.04 | 0.96 | 0.48 |
| Hex | F2 | 5 | E6 | 0 | 62 | 5 | 5 | 12F | 60 | 30 |
| Octal | 362 | 5 | 346 | 0 | 142 | 5 | 5 | 457 | 140 | 60 |
| Binary | 11110010 | 101 | 11100110 | 0 | 1100010 | 101 | 101 | 100101111 | 1100000 | 110000 |
Color Harmonies of #F205E6
Complementary color
Monochromatic Colors of #F205E6
Black with #F205E6
Text Example
Text Example
White with #F205E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205E6; }
p { color: rgb(242,5,230); }
H1.HeaderClassName
{
color: #F205E6;
}
.AnyTagClassName
{
color: #F205E6;
}
</style>
background-color css
<style>
a { background-color: #F205E6; }
a { background-color: rgb(242,5,230); }
div.DivClassName
{
background-color: #F205E6;
}
.BgClassName
{
background-color: #F205E6;
}
</style>
border-color css
<style>
span { border-color: #F205E6; }
span { border-color: rgb(242,5,230); }
td.TdClassName
{
border-color: #F205E6;
}
.TagClassName
{
border-color: #F205E6;
}
</style>