Shades of Magenta #F90BED
Tints of Magenta #F90BED
RGB
CMYK
RGB Variations
Color information
#F90BED (or 0xF90BED) is known color: Magenta. HEX triplet: F9, 0B and ED. RGB value is (249,11,237). Sum of RGB (Red+Green+Blue) = 249+11+237=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 11 (4.69% from 255 or 2.21% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BED is #06F412. Grayscale: #6B6B6B. Windows color (decimal): -455699 or 15535097. OLE color: 15535097.
HSL color Cylindrical-coordinate representation of color #F90BED: hue angle of 303.03º 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 #F90BED is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 237 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.02 |
| HSL | 303.03º | 0.95% | 0.51% | - |
| HSV(B) | 303.03º | 0.96% | 0.98% | - |
| XYZ | 54.47 | 26.49 | 82.36 | - |
| YUV | 107.93 | 200.85 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 237 | 0 | 0.96 | 0.05 | 0.02 | 303.03 | 0.95 | 0.51 |
| Hex | F9 | B | ED | 0 | 60 | 5 | 2 | 12F | 5F | 33 |
| Octal | 371 | 13 | 355 | 0 | 140 | 5 | 2 | 457 | 137 | 63 |
| Binary | 11111001 | 1011 | 11101101 | 0 | 1100000 | 101 | 10 | 100101111 | 1011111 | 110011 |
Color Harmonies of #F90BED
Complementary color
Monochromatic Colors of #F90BED
Black with #F90BED
Text Example
Text Example
White with #F90BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BED; }
p { color: rgb(249,11,237); }
H1.HeaderClassName
{
color: #F90BED;
}
.AnyTagClassName
{
color: #F90BED;
}
</style>
background-color css
<style>
a { background-color: #F90BED; }
a { background-color: rgb(249,11,237); }
div.DivClassName
{
background-color: #F90BED;
}
.BgClassName
{
background-color: #F90BED;
}
</style>
border-color css
<style>
span { border-color: #F90BED; }
span { border-color: rgb(249,11,237); }
td.TdClassName
{
border-color: #F90BED;
}
.TagClassName
{
border-color: #F90BED;
}
</style>