Shades of Magenta #F90CE6
Tints of Magenta #F90CE6
RGB
CMYK
RGB Variations
Color information
#F90CE6 (or 0xF90CE6) is known color: Magenta. HEX triplet: F9, 0C and E6. RGB value is (249,12,230). Sum of RGB (Red+Green+Blue) = 249+12+230=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CE6 is #06F319. Grayscale: #6B6B6B. Windows color (decimal): -455450 or 15076601. OLE color: 15076601.
HSL color Cylindrical-coordinate representation of color #F90CE6: hue angle of 304.81º 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 #F90CE6 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 230 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.02 |
| HSL | 304.81º | 0.95% | 0.51% | - |
| HSV(B) | 304.81º | 0.95% | 0.98% | - |
| XYZ | 53.48 | 26.12 | 77.09 | - |
| YUV | 107.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 230 | 0 | 0.95 | 0.08 | 0.02 | 304.81 | 0.95 | 0.51 |
| Hex | F9 | C | E6 | 0 | 5F | 8 | 2 | 131 | 5F | 33 |
| Octal | 371 | 14 | 346 | 0 | 137 | 10 | 2 | 461 | 137 | 63 |
| Binary | 11111001 | 1100 | 11100110 | 0 | 1011111 | 1000 | 10 | 100110001 | 1011111 | 110011 |
Color Harmonies of #F90CE6
Complementary color
Monochromatic Colors of #F90CE6
Black with #F90CE6
Text Example
Text Example
White with #F90CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CE6; }
p { color: rgb(249,12,230); }
H1.HeaderClassName
{
color: #F90CE6;
}
.AnyTagClassName
{
color: #F90CE6;
}
</style>
background-color css
<style>
a { background-color: #F90CE6; }
a { background-color: rgb(249,12,230); }
div.DivClassName
{
background-color: #F90CE6;
}
.BgClassName
{
background-color: #F90CE6;
}
</style>
border-color css
<style>
span { border-color: #F90CE6; }
span { border-color: rgb(249,12,230); }
td.TdClassName
{
border-color: #F90CE6;
}
.TagClassName
{
border-color: #F90CE6;
}
</style>