Shades of Magenta #F90CED
Tints of Magenta #F90CED
RGB
CMYK
RGB Variations
Color information
#F90CED (or 0xF90CED) is known color: Magenta. HEX triplet: F9, 0C and ED. RGB value is (249,12,237). Sum of RGB (Red+Green+Blue) = 249+12+237=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CED is #06F312. Grayscale: #6B6B6B. Windows color (decimal): -455443 or 15535353. OLE color: 15535353.
HSL color Cylindrical-coordinate representation of color #F90CED: hue angle of 303.04º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CED is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 237 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.02 |
| HSL | 303.04º | 0.95% | 0.51% | - |
| HSV(B) | 303.04º | 0.95% | 0.98% | - |
| XYZ | 54.48 | 26.52 | 82.37 | - |
| YUV | 108.51 | 200.52 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 237 | 0 | 0.95 | 0.05 | 0.02 | 303.04 | 0.95 | 0.51 |
| Hex | F9 | C | ED | 0 | 5F | 5 | 2 | 12F | 5F | 33 |
| Octal | 371 | 14 | 355 | 0 | 137 | 5 | 2 | 457 | 137 | 63 |
| Binary | 11111001 | 1100 | 11101101 | 0 | 1011111 | 101 | 10 | 100101111 | 1011111 | 110011 |
Color Harmonies of #F90CED
Complementary color
Monochromatic Colors of #F90CED
Black with #F90CED
Text Example
Text Example
White with #F90CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CED; }
p { color: rgb(249,12,237); }
H1.HeaderClassName
{
color: #F90CED;
}
.AnyTagClassName
{
color: #F90CED;
}
</style>
background-color css
<style>
a { background-color: #F90CED; }
a { background-color: rgb(249,12,237); }
div.DivClassName
{
background-color: #F90CED;
}
.BgClassName
{
background-color: #F90CED;
}
</style>
border-color css
<style>
span { border-color: #F90CED; }
span { border-color: rgb(249,12,237); }
td.TdClassName
{
border-color: #F90CED;
}
.TagClassName
{
border-color: #F90CED;
}
</style>