Shades of Magenta #F205E7
Tints of Magenta #F205E7
RGB
CMYK
RGB Variations
Color information
#F205E7 (or 0xF205E7) is known color: Magenta. HEX triplet: F2, 05 and E7. RGB value is (242,5,231). Sum of RGB (Red+Green+Blue) = 242+5+231=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F205E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205E7 is #0DFA18. Grayscale: #646464. Windows color (decimal): -915993 or 15140338. OLE color: 15140338.
HSL color Cylindrical-coordinate representation of color #F205E7: hue angle of 302.78º 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 #F205E7 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 231 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.05 |
| HSL | 302.78º | 0.96% | 0.48% | - |
| HSV(B) | 302.78º | 0.98% | 0.95% | - |
| XYZ | 51.1 | 24.76 | 77.69 | - |
| YUV | 101.63 | 201.02 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 231 | 0 | 0.98 | 0.05 | 0.05 | 302.78 | 0.96 | 0.48 |
| Hex | F2 | 5 | E7 | 0 | 62 | 5 | 5 | 12F | 60 | 30 |
| Octal | 362 | 5 | 347 | 0 | 142 | 5 | 5 | 457 | 140 | 60 |
| Binary | 11110010 | 101 | 11100111 | 0 | 1100010 | 101 | 101 | 100101111 | 1100000 | 110000 |
Color Harmonies of #F205E7
Complementary color
Monochromatic Colors of #F205E7
Black with #F205E7
Text Example
Text Example
White with #F205E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205E7; }
p { color: rgb(242,5,231); }
H1.HeaderClassName
{
color: #F205E7;
}
.AnyTagClassName
{
color: #F205E7;
}
</style>
background-color css
<style>
a { background-color: #F205E7; }
a { background-color: rgb(242,5,231); }
div.DivClassName
{
background-color: #F205E7;
}
.BgClassName
{
background-color: #F205E7;
}
</style>
border-color css
<style>
span { border-color: #F205E7; }
span { border-color: rgb(242,5,231); }
td.TdClassName
{
border-color: #F205E7;
}
.TagClassName
{
border-color: #F205E7;
}
</style>