Shades of Magenta #F90BE6
Tints of Magenta #F90BE6
RGB
CMYK
RGB Variations
Color information
#F90BE6 (or 0xF90BE6) is known color: Magenta. HEX triplet: F9, 0B and E6. RGB value is (249,11,230). Sum of RGB (Red+Green+Blue) = 249+11+230=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BE6 is #06F419. Grayscale: #6A6A6A. Windows color (decimal): -455706 or 15076345. OLE color: 15076345.
HSL color Cylindrical-coordinate representation of color #F90BE6: hue angle of 304.79º 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 #F90BE6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 230 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.02 |
| HSL | 304.79º | 0.95% | 0.51% | - |
| HSV(B) | 304.79º | 0.96% | 0.98% | - |
| XYZ | 53.47 | 26.09 | 77.08 | - |
| YUV | 107.13 | 197.35 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 230 | 0 | 0.96 | 0.08 | 0.02 | 304.79 | 0.95 | 0.51 |
| Hex | F9 | B | E6 | 0 | 60 | 8 | 2 | 131 | 5F | 33 |
| Octal | 371 | 13 | 346 | 0 | 140 | 10 | 2 | 461 | 137 | 63 |
| Binary | 11111001 | 1011 | 11100110 | 0 | 1100000 | 1000 | 10 | 100110001 | 1011111 | 110011 |
Color Harmonies of #F90BE6
Complementary color
Monochromatic Colors of #F90BE6
Black with #F90BE6
Text Example
Text Example
White with #F90BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BE6; }
p { color: rgb(249,11,230); }
H1.HeaderClassName
{
color: #F90BE6;
}
.AnyTagClassName
{
color: #F90BE6;
}
</style>
background-color css
<style>
a { background-color: #F90BE6; }
a { background-color: rgb(249,11,230); }
div.DivClassName
{
background-color: #F90BE6;
}
.BgClassName
{
background-color: #F90BE6;
}
</style>
border-color css
<style>
span { border-color: #F90BE6; }
span { border-color: rgb(249,11,230); }
td.TdClassName
{
border-color: #F90BE6;
}
.TagClassName
{
border-color: #F90BE6;
}
</style>