Shades of Magenta #FA0BED
Tints of Magenta #FA0BED
RGB
CMYK
RGB Variations
Color information
#FA0BED (or 0xFA0BED) is known color: Magenta. HEX triplet: FA, 0B and ED. RGB value is (250,11,237). Sum of RGB (Red+Green+Blue) = 250+11+237=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0BED is #05F412. Grayscale: #6B6B6B. Windows color (decimal): -390163 or 15535098. OLE color: 15535098.
HSL color Cylindrical-coordinate representation of color #FA0BED: hue angle of 303.26º degrees, saturation: 0.96, 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 #FA0BED is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 237 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.02 |
| HSL | 303.26º | 0.96% | 0.51% | - |
| HSV(B) | 303.26º | 0.96% | 0.98% | - |
| XYZ | 54.83 | 26.68 | 82.38 | - |
| YUV | 108.23 | 200.68 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 237 | 0 | 0.96 | 0.05 | 0.02 | 303.26 | 0.96 | 0.51 |
| Hex | FA | B | ED | 0 | 60 | 5 | 2 | 12F | 60 | 33 |
| Octal | 372 | 13 | 355 | 0 | 140 | 5 | 2 | 457 | 140 | 63 |
| Binary | 11111010 | 1011 | 11101101 | 0 | 1100000 | 101 | 10 | 100101111 | 1100000 | 110011 |
Color Harmonies of #FA0BED
Complementary color
Monochromatic Colors of #FA0BED
Black with #FA0BED
Text Example
Text Example
White with #FA0BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0BED; }
p { color: rgb(250,11,237); }
H1.HeaderClassName
{
color: #FA0BED;
}
.AnyTagClassName
{
color: #FA0BED;
}
</style>
background-color css
<style>
a { background-color: #FA0BED; }
a { background-color: rgb(250,11,237); }
div.DivClassName
{
background-color: #FA0BED;
}
.BgClassName
{
background-color: #FA0BED;
}
</style>
border-color css
<style>
span { border-color: #FA0BED; }
span { border-color: rgb(250,11,237); }
td.TdClassName
{
border-color: #FA0BED;
}
.TagClassName
{
border-color: #FA0BED;
}
</style>