Shades of Magenta #F909F2
Tints of Magenta #F909F2
RGB
CMYK
RGB Variations
Color information
#F909F2 (or 0xF909F2) is known color: Magenta. HEX triplet: F9, 09 and F2. RGB value is (249,9,242). Sum of RGB (Red+Green+Blue) = 249+9+242=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 9 (3.91% from 255 or 1.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F909F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F909F2 is #06F60D. Grayscale: #6A6A6A. Windows color (decimal): -456206 or 15862265. OLE color: 15862265.
HSL color Cylindrical-coordinate representation of color #F909F2: hue angle of 301.75º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F909F2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 242 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.02 |
| HSL | 301.75º | 0.95% | 0.51% | - |
| HSV(B) | 301.75º | 0.96% | 0.98% | - |
| XYZ | 55.19 | 26.75 | 86.26 | - |
| YUV | 107.32 | 204.01 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 242 | 0 | 0.96 | 0.03 | 0.02 | 301.75 | 0.95 | 0.51 |
| Hex | F9 | 9 | F2 | 0 | 60 | 3 | 2 | 12E | 5F | 33 |
| Octal | 371 | 11 | 362 | 0 | 140 | 3 | 2 | 456 | 137 | 63 |
| Binary | 11111001 | 1001 | 11110010 | 0 | 1100000 | 11 | 10 | 100101110 | 1011111 | 110011 |
Color Harmonies of #F909F2
Complementary color
Monochromatic Colors of #F909F2
Black with #F909F2
Text Example
Text Example
White with #F909F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F909F2; }
p { color: rgb(249,9,242); }
H1.HeaderClassName
{
color: #F909F2;
}
.AnyTagClassName
{
color: #F909F2;
}
</style>
background-color css
<style>
a { background-color: #F909F2; }
a { background-color: rgb(249,9,242); }
div.DivClassName
{
background-color: #F909F2;
}
.BgClassName
{
background-color: #F909F2;
}
</style>
border-color css
<style>
span { border-color: #F909F2; }
span { border-color: rgb(249,9,242); }
td.TdClassName
{
border-color: #F909F2;
}
.TagClassName
{
border-color: #F909F2;
}
</style>