Shades of Magenta #F207F8
Tints of Magenta #F207F8
RGB
CMYK
RGB Variations
Color information
#F207F8 (or 0xF207F8) is known color: Magenta. HEX triplet: F2, 07 and F8. RGB value is (242,7,248). Sum of RGB (Red+Green+Blue) = 242+7+248=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #F207F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F207F8 is #0DF807. Grayscale: #686868. Windows color (decimal): -915464 or 16254962. OLE color: 16254962.
HSL color Cylindrical-coordinate representation of color #F207F8: hue angle of 298.51º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207F8 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 7 | 248 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.03 |
| HSL | 298.51º | 0.95% | 0.5% | - |
| HSV(B) | 298.51º | 0.97% | 0.97% | - |
| XYZ | 53.64 | 25.81 | 90.96 | - |
| YUV | 104.74 | 208.86 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 248 | 0.02 | 0.97 | 0 | 0.03 | 298.51 | 0.95 | 0.5 |
| Hex | F2 | 7 | F8 | 2 | 61 | 0 | 3 | 12B | 5F | 32 |
| Octal | 362 | 7 | 370 | 2 | 141 | 0 | 3 | 453 | 137 | 62 |
| Binary | 11110010 | 111 | 11111000 | 10 | 1100001 | 0 | 11 | 100101011 | 1011111 | 110010 |
Color Harmonies of #F207F8
Complementary color
Monochromatic Colors of #F207F8
Black with #F207F8
Text Example
Text Example
White with #F207F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207F8; }
p { color: rgb(242,7,248); }
H1.HeaderClassName
{
color: #F207F8;
}
.AnyTagClassName
{
color: #F207F8;
}
</style>
background-color css
<style>
a { background-color: #F207F8; }
a { background-color: rgb(242,7,248); }
div.DivClassName
{
background-color: #F207F8;
}
.BgClassName
{
background-color: #F207F8;
}
</style>
border-color css
<style>
span { border-color: #F207F8; }
span { border-color: rgb(242,7,248); }
td.TdClassName
{
border-color: #F207F8;
}
.TagClassName
{
border-color: #F207F8;
}
</style>