Shades of Magenta #F90CF7
Tints of Magenta #F90CF7
RGB
CMYK
RGB Variations
Color information
#F90CF7 (or 0xF90CF7) is known color: Magenta. HEX triplet: F9, 0C and F7. RGB value is (249,12,247). Sum of RGB (Red+Green+Blue) = 249+12+247=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CF7 is #06F308. Grayscale: #6C6C6C. Windows color (decimal): -455433 or 16190713. OLE color: 16190713.
HSL color Cylindrical-coordinate representation of color #F90CF7: hue angle of 300.51º 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 #F90CF7 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 247 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.02 |
| HSL | 300.51º | 0.95% | 0.51% | - |
| HSV(B) | 300.51º | 0.95% | 0.98% | - |
| XYZ | 55.99 | 27.12 | 90.28 | - |
| YUV | 109.65 | 205.52 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 247 | 0 | 0.95 | 0.01 | 0.02 | 300.51 | 0.95 | 0.51 |
| Hex | F9 | C | F7 | 0 | 5F | 1 | 2 | 12D | 5F | 33 |
| Octal | 371 | 14 | 367 | 0 | 137 | 1 | 2 | 455 | 137 | 63 |
| Binary | 11111001 | 1100 | 11110111 | 0 | 1011111 | 1 | 10 | 100101101 | 1011111 | 110011 |
Color Harmonies of #F90CF7
Complementary color
Monochromatic Colors of #F90CF7
Black with #F90CF7
Text Example
Text Example
White with #F90CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CF7; }
p { color: rgb(249,12,247); }
H1.HeaderClassName
{
color: #F90CF7;
}
.AnyTagClassName
{
color: #F90CF7;
}
</style>
background-color css
<style>
a { background-color: #F90CF7; }
a { background-color: rgb(249,12,247); }
div.DivClassName
{
background-color: #F90CF7;
}
.BgClassName
{
background-color: #F90CF7;
}
</style>
border-color css
<style>
span { border-color: #F90CF7; }
span { border-color: rgb(249,12,247); }
td.TdClassName
{
border-color: #F90CF7;
}
.TagClassName
{
border-color: #F90CF7;
}
</style>