Shades of Magenta #F205FB
Tints of Magenta #F205FB
RGB
CMYK
RGB Variations
Color information
#F205FB (or 0xF205FB) is known color: Magenta. HEX triplet: F2, 05 and FB. RGB value is (242,5,251). Sum of RGB (Red+Green+Blue) = 242+5+251=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #F205FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F205FB is #0DFA04. Grayscale: #676767. Windows color (decimal): -915973 or 16451058. OLE color: 16451058.
HSL color Cylindrical-coordinate representation of color #F205FB: hue angle of 297.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205FB is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 5 | 251 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.02 |
| HSL | 297.8º | 0.97% | 0.5% | - |
| HSV(B) | 297.8º | 0.98% | 0.98% | - |
| XYZ | 54.08 | 25.95 | 93.43 | - |
| YUV | 103.91 | 211.02 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 251 | 0.04 | 0.98 | 0 | 0.02 | 297.8 | 0.97 | 0.5 |
| Hex | F2 | 5 | FB | 4 | 62 | 0 | 2 | 12A | 61 | 32 |
| Octal | 362 | 5 | 373 | 4 | 142 | 0 | 2 | 452 | 141 | 62 |
| Binary | 11110010 | 101 | 11111011 | 100 | 1100010 | 0 | 10 | 100101010 | 1100001 | 110010 |
Color Harmonies of #F205FB
Complementary color
Monochromatic Colors of #F205FB
Black with #F205FB
Text Example
Text Example
White with #F205FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205FB; }
p { color: rgb(242,5,251); }
H1.HeaderClassName
{
color: #F205FB;
}
.AnyTagClassName
{
color: #F205FB;
}
</style>
background-color css
<style>
a { background-color: #F205FB; }
a { background-color: rgb(242,5,251); }
div.DivClassName
{
background-color: #F205FB;
}
.BgClassName
{
background-color: #F205FB;
}
</style>
border-color css
<style>
span { border-color: #F205FB; }
span { border-color: rgb(242,5,251); }
td.TdClassName
{
border-color: #F205FB;
}
.TagClassName
{
border-color: #F205FB;
}
</style>