Shades of Magenta #F90CE7
Tints of Magenta #F90CE7
RGB
CMYK
RGB Variations
Color information
#F90CE7 (or 0xF90CE7) is known color: Magenta. HEX triplet: F9, 0C and E7. RGB value is (249,12,231). Sum of RGB (Red+Green+Blue) = 249+12+231=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 12 (5.08% from 255 or 2.44% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CE7 is #06F318. Grayscale: #6B6B6B. Windows color (decimal): -455449 or 15142137. OLE color: 15142137.
HSL color Cylindrical-coordinate representation of color #F90CE7: hue angle of 304.56º 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 #F90CE7 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 231 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.02 |
| HSL | 304.56º | 0.95% | 0.51% | - |
| HSV(B) | 304.56º | 0.95% | 0.98% | - |
| XYZ | 53.62 | 26.17 | 77.83 | - |
| YUV | 107.83 | 197.52 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 231 | 0 | 0.95 | 0.07 | 0.02 | 304.56 | 0.95 | 0.51 |
| Hex | F9 | C | E7 | 0 | 5F | 7 | 2 | 131 | 5F | 33 |
| Octal | 371 | 14 | 347 | 0 | 137 | 7 | 2 | 461 | 137 | 63 |
| Binary | 11111001 | 1100 | 11100111 | 0 | 1011111 | 111 | 10 | 100110001 | 1011111 | 110011 |
Color Harmonies of #F90CE7
Complementary color
Monochromatic Colors of #F90CE7
Black with #F90CE7
Text Example
Text Example
White with #F90CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CE7; }
p { color: rgb(249,12,231); }
H1.HeaderClassName
{
color: #F90CE7;
}
.AnyTagClassName
{
color: #F90CE7;
}
</style>
background-color css
<style>
a { background-color: #F90CE7; }
a { background-color: rgb(249,12,231); }
div.DivClassName
{
background-color: #F90CE7;
}
.BgClassName
{
background-color: #F90CE7;
}
</style>
border-color css
<style>
span { border-color: #F90CE7; }
span { border-color: rgb(249,12,231); }
td.TdClassName
{
border-color: #F90CE7;
}
.TagClassName
{
border-color: #F90CE7;
}
</style>