Shades of Magenta #F205FD
Tints of Magenta #F205FD
RGB
CMYK
RGB Variations
Color information
#F205FD (or 0xF205FD) is known color: Magenta. HEX triplet: F2, 05 and FD. RGB value is (242,5,253). Sum of RGB (Red+Green+Blue) = 242+5+253=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 5 (2.34% from 255 or 1% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #F205FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205FD is #0DFA02. Grayscale: #676767. Windows color (decimal): -915971 or 16582130. OLE color: 16582130.
HSL color Cylindrical-coordinate representation of color #F205FD: hue angle of 297.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205FD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 5 | 253 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.01 |
| HSL | 297.34º | 0.98% | 0.51% | - |
| HSV(B) | 297.34º | 0.98% | 0.99% | - |
| XYZ | 54.4 | 26.08 | 95.09 | - |
| YUV | 104.14 | 212.02 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 253 | 0.04 | 0.98 | 0 | 0.01 | 297.34 | 0.98 | 0.51 |
| Hex | F2 | 5 | FD | 4 | 62 | 0 | 1 | 129 | 62 | 33 |
| Octal | 362 | 5 | 375 | 4 | 142 | 0 | 1 | 451 | 142 | 63 |
| Binary | 11110010 | 101 | 11111101 | 100 | 1100010 | 0 | 1 | 100101001 | 1100010 | 110011 |
Color Harmonies of #F205FD
Complementary color
Monochromatic Colors of #F205FD
Black with #F205FD
Text Example
Text Example
White with #F205FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205FD; }
p { color: rgb(242,5,253); }
H1.HeaderClassName
{
color: #F205FD;
}
.AnyTagClassName
{
color: #F205FD;
}
</style>
background-color css
<style>
a { background-color: #F205FD; }
a { background-color: rgb(242,5,253); }
div.DivClassName
{
background-color: #F205FD;
}
.BgClassName
{
background-color: #F205FD;
}
</style>
border-color css
<style>
span { border-color: #F205FD; }
span { border-color: rgb(242,5,253); }
td.TdClassName
{
border-color: #F205FD;
}
.TagClassName
{
border-color: #F205FD;
}
</style>