Shades of Magenta #F900F2
Tints of Magenta #F900F2
RGB
CMYK
RGB Variations
Color information
#F900F2 (or 0xF900F2) is known color: Magenta. HEX triplet: F9, 00 and F2. RGB value is (249,0,242). Sum of RGB (Red+Green+Blue) = 249+0+242=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F900F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F900F2 is #06FF0D. Grayscale: #656565. Windows color (decimal): -458510 or 15859961. OLE color: 15859961.
HSL color Cylindrical-coordinate representation of color #F900F2: hue angle of 301.69º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900F2 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 242 | - |
| CMYK | 0 | 1 | 0.03 | 0.02 |
| HSL | 301.69º | 1% | 0.49% | - |
| HSV(B) | 301.69º | 1% | 0.98% | - |
| XYZ | 55.09 | 26.55 | 86.23 | - |
| YUV | 102.04 | 206.99 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 242 | 0 | 1 | 0.03 | 0.02 | 301.69 | 1 | 0.49 |
| Hex | F9 | 0 | F2 | 0 | 64 | 3 | 2 | 12E | 64 | 31 |
| Octal | 371 | 0 | 362 | 0 | 144 | 3 | 2 | 456 | 144 | 61 |
| Binary | 11111001 | 0 | 11110010 | 0 | 1100100 | 11 | 10 | 100101110 | 1100100 | 110001 |
Color Harmonies of #F900F2
Complementary color
Monochromatic Colors of #F900F2
Black with #F900F2
Text Example
Text Example
White with #F900F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900F2; }
p { color: rgb(249,0,242); }
H1.HeaderClassName
{
color: #F900F2;
}
.AnyTagClassName
{
color: #F900F2;
}
</style>
background-color css
<style>
a { background-color: #F900F2; }
a { background-color: rgb(249,0,242); }
div.DivClassName
{
background-color: #F900F2;
}
.BgClassName
{
background-color: #F900F2;
}
</style>
border-color css
<style>
span { border-color: #F900F2; }
span { border-color: rgb(249,0,242); }
td.TdClassName
{
border-color: #F900F2;
}
.TagClassName
{
border-color: #F900F2;
}
</style>