Shades of Magenta #F90BE8
Tints of Magenta #F90BE8
RGB
CMYK
RGB Variations
Color information
#F90BE8 (or 0xF90BE8) is known color: Magenta. HEX triplet: F9, 0B and E8. RGB value is (249,11,232). Sum of RGB (Red+Green+Blue) = 249+11+232=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 11 (4.69% from 255 or 2.24% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BE8 is #06F417. Grayscale: #6A6A6A. Windows color (decimal): -455704 or 15207417. OLE color: 15207417.
HSL color Cylindrical-coordinate representation of color #F90BE8: hue angle of 304.29º 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 #F90BE8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 232 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.02 |
| HSL | 304.29º | 0.95% | 0.51% | - |
| HSV(B) | 304.29º | 0.96% | 0.98% | - |
| XYZ | 53.75 | 26.21 | 78.57 | - |
| YUV | 107.36 | 198.35 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 232 | 0 | 0.96 | 0.07 | 0.02 | 304.29 | 0.95 | 0.51 |
| Hex | F9 | B | E8 | 0 | 60 | 7 | 2 | 130 | 5F | 33 |
| Octal | 371 | 13 | 350 | 0 | 140 | 7 | 2 | 460 | 137 | 63 |
| Binary | 11111001 | 1011 | 11101000 | 0 | 1100000 | 111 | 10 | 100110000 | 1011111 | 110011 |
Color Harmonies of #F90BE8
Complementary color
Monochromatic Colors of #F90BE8
Black with #F90BE8
Text Example
Text Example
White with #F90BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BE8; }
p { color: rgb(249,11,232); }
H1.HeaderClassName
{
color: #F90BE8;
}
.AnyTagClassName
{
color: #F90BE8;
}
</style>
background-color css
<style>
a { background-color: #F90BE8; }
a { background-color: rgb(249,11,232); }
div.DivClassName
{
background-color: #F90BE8;
}
.BgClassName
{
background-color: #F90BE8;
}
</style>
border-color css
<style>
span { border-color: #F90BE8; }
span { border-color: rgb(249,11,232); }
td.TdClassName
{
border-color: #F90BE8;
}
.TagClassName
{
border-color: #F90BE8;
}
</style>