Shades of Magenta #F918F3
Tints of Magenta #F918F3
RGB
CMYK
RGB Variations
Color information
#F918F3 (or 0xF918F3) is known color: Magenta. HEX triplet: F9, 18 and F3. RGB value is (249,24,243). Sum of RGB (Red+Green+Blue) = 249+24+243=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F918F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F918F3 is #06E70C. Grayscale: #737373. Windows color (decimal): -452365 or 15931641. OLE color: 15931641.
HSL color Cylindrical-coordinate representation of color #F918F3: hue angle of 301.6º 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 #F918F3 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 243 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.02 |
| HSL | 301.6º | 0.95% | 0.54% | - |
| HSV(B) | 301.6º | 0.9% | 0.98% | - |
| XYZ | 55.57 | 27.26 | 87.13 | - |
| YUV | 116.24 | 199.54 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 243 | 0 | 0.90 | 0.02 | 0.02 | 301.6 | 0.95 | 0.54 |
| Hex | F9 | 18 | F3 | 0 | 5A | 2 | 2 | 12E | 5F | 36 |
| Octal | 371 | 30 | 363 | 0 | 132 | 2 | 2 | 456 | 137 | 66 |
| Binary | 11111001 | 11000 | 11110011 | 0 | 1011010 | 10 | 10 | 100101110 | 1011111 | 110110 |
Color Harmonies of #F918F3
Complementary color
Monochromatic Colors of #F918F3
Black with #F918F3
Text Example
Text Example
White with #F918F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F918F3; }
p { color: rgb(249,24,243); }
H1.HeaderClassName
{
color: #F918F3;
}
.AnyTagClassName
{
color: #F918F3;
}
</style>
background-color css
<style>
a { background-color: #F918F3; }
a { background-color: rgb(249,24,243); }
div.DivClassName
{
background-color: #F918F3;
}
.BgClassName
{
background-color: #F918F3;
}
</style>
border-color css
<style>
span { border-color: #F918F3; }
span { border-color: rgb(249,24,243); }
td.TdClassName
{
border-color: #F918F3;
}
.TagClassName
{
border-color: #F918F3;
}
</style>