Shades of Magenta #F209FE
Tints of Magenta #F209FE
RGB
CMYK
RGB Variations
Color information
#F209FE (or 0xF209FE) is known color: Magenta. HEX triplet: F2, 09 and FE. RGB value is (242,9,254). Sum of RGB (Red+Green+Blue) = 242+9+254=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 9 (3.91% from 255 or 1.78% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #F209FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209FE is #0DF601. Grayscale: #696969. Windows color (decimal): -914946 or 16648690. OLE color: 16648690.
HSL color Cylindrical-coordinate representation of color #F209FE: hue angle of 297.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209FE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 9 | 254 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.00 |
| HSL | 297.06º | 0.99% | 0.52% | - |
| HSV(B) | 297.06º | 0.96% | 1% | - |
| XYZ | 54.61 | 26.23 | 95.95 | - |
| YUV | 106.6 | 211.19 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 254 | 0.05 | 0.96 | 0 | 0.00 | 297.06 | 0.99 | 0.52 |
| Hex | F2 | 9 | FE | 5 | 60 | 0 | 0 | 129 | 63 | 34 |
| Octal | 362 | 11 | 376 | 5 | 140 | 0 | 0 | 451 | 143 | 64 |
| Binary | 11110010 | 1001 | 11111110 | 101 | 1100000 | 0 | 0 | 100101001 | 1100011 | 110100 |
Color Harmonies of #F209FE
Complementary color
Monochromatic Colors of #F209FE
Black with #F209FE
Text Example
Text Example
White with #F209FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209FE; }
p { color: rgb(242,9,254); }
H1.HeaderClassName
{
color: #F209FE;
}
.AnyTagClassName
{
color: #F209FE;
}
</style>
background-color css
<style>
a { background-color: #F209FE; }
a { background-color: rgb(242,9,254); }
div.DivClassName
{
background-color: #F209FE;
}
.BgClassName
{
background-color: #F209FE;
}
</style>
border-color css
<style>
span { border-color: #F209FE; }
span { border-color: rgb(242,9,254); }
td.TdClassName
{
border-color: #F209FE;
}
.TagClassName
{
border-color: #F209FE;
}
</style>