Shades of Magenta #F90FF3
Tints of Magenta #F90FF3
RGB
CMYK
RGB Variations
Color information
#F90FF3 (or 0xF90FF3) is known color: Magenta. HEX triplet: F9, 0F and F3. RGB value is (249,15,243). Sum of RGB (Red+Green+Blue) = 249+15+243=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FF3 is #06F00C. Grayscale: #6E6E6E. Windows color (decimal): -454669 or 15929337. OLE color: 15929337.
HSL color Cylindrical-coordinate representation of color #F90FF3: hue angle of 301.54º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FF3 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 243 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.02 |
| HSL | 301.54º | 0.95% | 0.52% | - |
| HSV(B) | 301.54º | 0.94% | 0.98% | - |
| XYZ | 55.42 | 26.95 | 87.08 | - |
| YUV | 110.96 | 202.52 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 243 | 0 | 0.94 | 0.02 | 0.02 | 301.54 | 0.95 | 0.52 |
| Hex | F9 | F | F3 | 0 | 5E | 2 | 2 | 12E | 5F | 34 |
| Octal | 371 | 17 | 363 | 0 | 136 | 2 | 2 | 456 | 137 | 64 |
| Binary | 11111001 | 1111 | 11110011 | 0 | 1011110 | 10 | 10 | 100101110 | 1011111 | 110100 |
Color Harmonies of #F90FF3
Complementary color
Monochromatic Colors of #F90FF3
Black with #F90FF3
Text Example
Text Example
White with #F90FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FF3; }
p { color: rgb(249,15,243); }
H1.HeaderClassName
{
color: #F90FF3;
}
.AnyTagClassName
{
color: #F90FF3;
}
</style>
background-color css
<style>
a { background-color: #F90FF3; }
a { background-color: rgb(249,15,243); }
div.DivClassName
{
background-color: #F90FF3;
}
.BgClassName
{
background-color: #F90FF3;
}
</style>
border-color css
<style>
span { border-color: #F90FF3; }
span { border-color: rgb(249,15,243); }
td.TdClassName
{
border-color: #F90FF3;
}
.TagClassName
{
border-color: #F90FF3;
}
</style>