Shades of Magenta #F205F8
Tints of Magenta #F205F8
RGB
CMYK
RGB Variations
Color information
#F205F8 (or 0xF205F8) is known color: Magenta. HEX triplet: F2, 05 and F8. RGB value is (242,5,248). Sum of RGB (Red+Green+Blue) = 242+5+248=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 5 (2.34% from 255 or 1.01% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #F205F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205F8 is #0DFA07. Grayscale: #666666. Windows color (decimal): -915976 or 16254450. OLE color: 16254450.
HSL color Cylindrical-coordinate representation of color #F205F8: hue angle of 298.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205F8 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 5 | 248 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.03 |
| HSL | 298.52º | 0.96% | 0.5% | - |
| HSV(B) | 298.52º | 0.98% | 0.97% | - |
| XYZ | 53.62 | 25.76 | 90.95 | - |
| YUV | 103.57 | 209.52 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 248 | 0.02 | 0.98 | 0 | 0.03 | 298.52 | 0.96 | 0.5 |
| Hex | F2 | 5 | F8 | 2 | 62 | 0 | 3 | 12B | 60 | 32 |
| Octal | 362 | 5 | 370 | 2 | 142 | 0 | 3 | 453 | 140 | 62 |
| Binary | 11110010 | 101 | 11111000 | 10 | 1100010 | 0 | 11 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F205F8
Complementary color
Monochromatic Colors of #F205F8
Black with #F205F8
Text Example
Text Example
White with #F205F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205F8; }
p { color: rgb(242,5,248); }
H1.HeaderClassName
{
color: #F205F8;
}
.AnyTagClassName
{
color: #F205F8;
}
</style>
background-color css
<style>
a { background-color: #F205F8; }
a { background-color: rgb(242,5,248); }
div.DivClassName
{
background-color: #F205F8;
}
.BgClassName
{
background-color: #F205F8;
}
</style>
border-color css
<style>
span { border-color: #F205F8; }
span { border-color: rgb(242,5,248); }
td.TdClassName
{
border-color: #F205F8;
}
.TagClassName
{
border-color: #F205F8;
}
</style>