Shades of Magenta #F90FFC
Tints of Magenta #F90FFC
RGB
CMYK
RGB Variations
Color information
#F90FFC (or 0xF90FFC) is known color: Magenta. HEX triplet: F9, 0F and FC. RGB value is (249,15,252). Sum of RGB (Red+Green+Blue) = 249+15+252=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 15 (6.25% from 255 or 2.91% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #F90FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FFC is #06F003. Grayscale: #6F6F6F. Windows color (decimal): -454660 or 16519161. OLE color: 16519161.
HSL color Cylindrical-coordinate representation of color #F90FFC: hue angle of 299.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FFC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 15 | 252 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.01 |
| HSL | 299.24º | 0.98% | 0.52% | - |
| HSV(B) | 299.24º | 0.94% | 0.99% | - |
| XYZ | 56.81 | 27.51 | 94.41 | - |
| YUV | 111.98 | 207.02 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 252 | 0.01 | 0.94 | 0 | 0.01 | 299.24 | 0.98 | 0.52 |
| Hex | F9 | F | FC | 1 | 5E | 0 | 1 | 12B | 62 | 34 |
| Octal | 371 | 17 | 374 | 1 | 136 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111001 | 1111 | 11111100 | 1 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F90FFC
Complementary color
Monochromatic Colors of #F90FFC
Black with #F90FFC
Text Example
Text Example
White with #F90FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FFC; }
p { color: rgb(249,15,252); }
H1.HeaderClassName
{
color: #F90FFC;
}
.AnyTagClassName
{
color: #F90FFC;
}
</style>
background-color css
<style>
a { background-color: #F90FFC; }
a { background-color: rgb(249,15,252); }
div.DivClassName
{
background-color: #F90FFC;
}
.BgClassName
{
background-color: #F90FFC;
}
</style>
border-color css
<style>
span { border-color: #F90FFC; }
span { border-color: rgb(249,15,252); }
td.TdClassName
{
border-color: #F90FFC;
}
.TagClassName
{
border-color: #F90FFC;
}
</style>