Shades of Magenta #F207FE
Tints of Magenta #F207FE
RGB
CMYK
RGB Variations
Color information
#F207FE (or 0xF207FE) is known color: Magenta. HEX triplet: F2, 07 and FE. RGB value is (242,7,254). Sum of RGB (Red+Green+Blue) = 242+7+254=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 7 (3.12% from 255 or 1.39% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #F207FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207FE is #0DF801. Grayscale: #686868. Windows color (decimal): -915458 or 16648178. OLE color: 16648178.
HSL color Cylindrical-coordinate representation of color #F207FE: hue angle of 297.09º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207FE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 7 | 254 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.00 |
| HSL | 297.09º | 0.99% | 0.51% | - |
| HSV(B) | 297.09º | 0.97% | 1% | - |
| XYZ | 54.58 | 26.18 | 95.94 | - |
| YUV | 105.42 | 211.86 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 254 | 0.05 | 0.97 | 0 | 0.00 | 297.09 | 0.99 | 0.51 |
| Hex | F2 | 7 | FE | 5 | 61 | 0 | 0 | 129 | 63 | 33 |
| Octal | 362 | 7 | 376 | 5 | 141 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110010 | 111 | 11111110 | 101 | 1100001 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F207FE
Complementary color
Monochromatic Colors of #F207FE
Black with #F207FE
Text Example
Text Example
White with #F207FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207FE; }
p { color: rgb(242,7,254); }
H1.HeaderClassName
{
color: #F207FE;
}
.AnyTagClassName
{
color: #F207FE;
}
</style>
background-color css
<style>
a { background-color: #F207FE; }
a { background-color: rgb(242,7,254); }
div.DivClassName
{
background-color: #F207FE;
}
.BgClassName
{
background-color: #F207FE;
}
</style>
border-color css
<style>
span { border-color: #F207FE; }
span { border-color: rgb(242,7,254); }
td.TdClassName
{
border-color: #F207FE;
}
.TagClassName
{
border-color: #F207FE;
}
</style>