Shades of Magenta #F90CEB
Tints of Magenta #F90CEB
RGB
CMYK
RGB Variations
Color information
#F90CEB (or 0xF90CEB) is known color: Magenta. HEX triplet: F9, 0C and EB. RGB value is (249,12,235). Sum of RGB (Red+Green+Blue) = 249+12+235=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CEB is #06F314. Grayscale: #6B6B6B. Windows color (decimal): -455445 or 15404281. OLE color: 15404281.
HSL color Cylindrical-coordinate representation of color #F90CEB: hue angle of 303.54º 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 #F90CEB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.02 |
| HSL | 303.54º | 0.95% | 0.51% | - |
| HSV(B) | 303.54º | 0.95% | 0.98% | - |
| XYZ | 54.19 | 26.4 | 80.84 | - |
| YUV | 108.29 | 199.52 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 235 | 0 | 0.95 | 0.06 | 0.02 | 303.54 | 0.95 | 0.51 |
| Hex | F9 | C | EB | 0 | 5F | 6 | 2 | 130 | 5F | 33 |
| Octal | 371 | 14 | 353 | 0 | 137 | 6 | 2 | 460 | 137 | 63 |
| Binary | 11111001 | 1100 | 11101011 | 0 | 1011111 | 110 | 10 | 100110000 | 1011111 | 110011 |
Color Harmonies of #F90CEB
Complementary color
Monochromatic Colors of #F90CEB
Black with #F90CEB
Text Example
Text Example
White with #F90CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CEB; }
p { color: rgb(249,12,235); }
H1.HeaderClassName
{
color: #F90CEB;
}
.AnyTagClassName
{
color: #F90CEB;
}
</style>
background-color css
<style>
a { background-color: #F90CEB; }
a { background-color: rgb(249,12,235); }
div.DivClassName
{
background-color: #F90CEB;
}
.BgClassName
{
background-color: #F90CEB;
}
</style>
border-color css
<style>
span { border-color: #F90CEB; }
span { border-color: rgb(249,12,235); }
td.TdClassName
{
border-color: #F90CEB;
}
.TagClassName
{
border-color: #F90CEB;
}
</style>