Shades of Magenta #F318F9
Tints of Magenta #F318F9
RGB
CMYK
RGB Variations
Color information
#F318F9 (or 0xF318F9) is known color: Magenta. HEX triplet: F3, 18 and F9. RGB value is (243,24,249). Sum of RGB (Red+Green+Blue) = 243+24+249=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #F318F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F318F9 is #0CE706. Grayscale: #727272. Windows color (decimal): -845575 or 16324851. OLE color: 16324851.
HSL color Cylindrical-coordinate representation of color #F318F9: hue angle of 298.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318F9 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 24 | 249 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.02 |
| HSL | 298.4º | 0.95% | 0.54% | - |
| HSV(B) | 298.4º | 0.9% | 0.98% | - |
| XYZ | 54.39 | 26.55 | 91.88 | - |
| YUV | 115.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 249 | 0.02 | 0.90 | 0 | 0.02 | 298.4 | 0.95 | 0.54 |
| Hex | F3 | 18 | F9 | 2 | 5A | 0 | 2 | 12A | 5F | 36 |
| Octal | 363 | 30 | 371 | 2 | 132 | 0 | 2 | 452 | 137 | 66 |
| Binary | 11110011 | 11000 | 11111001 | 10 | 1011010 | 0 | 10 | 100101010 | 1011111 | 110110 |
Color Harmonies of #F318F9
Complementary color
Monochromatic Colors of #F318F9
Black with #F318F9
Text Example
Text Example
White with #F318F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318F9; }
p { color: rgb(243,24,249); }
H1.HeaderClassName
{
color: #F318F9;
}
.AnyTagClassName
{
color: #F318F9;
}
</style>
background-color css
<style>
a { background-color: #F318F9; }
a { background-color: rgb(243,24,249); }
div.DivClassName
{
background-color: #F318F9;
}
.BgClassName
{
background-color: #F318F9;
}
</style>
border-color css
<style>
span { border-color: #F318F9; }
span { border-color: rgb(243,24,249); }
td.TdClassName
{
border-color: #F318F9;
}
.TagClassName
{
border-color: #F318F9;
}
</style>