Shades of Magenta #F90DF3
Tints of Magenta #F90DF3
RGB
CMYK
RGB Variations
Color information
#F90DF3 (or 0xF90DF3) is known color: Magenta. HEX triplet: F9, 0D and F3. RGB value is (249,13,243). Sum of RGB (Red+Green+Blue) = 249+13+243=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DF3 is #06F20C. Grayscale: #6D6D6D. Windows color (decimal): -455181 or 15928825. OLE color: 15928825.
HSL color Cylindrical-coordinate representation of color #F90DF3: hue angle of 301.53º 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 #F90DF3 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 243 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.02 |
| HSL | 301.53º | 0.95% | 0.51% | - |
| HSV(B) | 301.53º | 0.95% | 0.98% | - |
| XYZ | 55.39 | 26.9 | 87.07 | - |
| YUV | 109.78 | 203.19 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 243 | 0 | 0.95 | 0.02 | 0.02 | 301.53 | 0.95 | 0.51 |
| Hex | F9 | D | F3 | 0 | 5F | 2 | 2 | 12E | 5F | 33 |
| Octal | 371 | 15 | 363 | 0 | 137 | 2 | 2 | 456 | 137 | 63 |
| Binary | 11111001 | 1101 | 11110011 | 0 | 1011111 | 10 | 10 | 100101110 | 1011111 | 110011 |
Color Harmonies of #F90DF3
Complementary color
Monochromatic Colors of #F90DF3
Black with #F90DF3
Text Example
Text Example
White with #F90DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90DF3; }
p { color: rgb(249,13,243); }
H1.HeaderClassName
{
color: #F90DF3;
}
.AnyTagClassName
{
color: #F90DF3;
}
</style>
background-color css
<style>
a { background-color: #F90DF3; }
a { background-color: rgb(249,13,243); }
div.DivClassName
{
background-color: #F90DF3;
}
.BgClassName
{
background-color: #F90DF3;
}
</style>
border-color css
<style>
span { border-color: #F90DF3; }
span { border-color: rgb(249,13,243); }
td.TdClassName
{
border-color: #F90DF3;
}
.TagClassName
{
border-color: #F90DF3;
}
</style>