Shades of Magenta #F418FF
Tints of Magenta #F418FF
RGB
CMYK
RGB Variations
Color information
#F418FF (or 0xF418FF) is known color: Magenta. HEX triplet: F4, 18 and FF. RGB value is (244,24,255). Sum of RGB (Red+Green+Blue) = 244+24+255=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 24 (9.77% from 255 or 4.59% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F418FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F418FF is #0BE700. Grayscale: #737373. Windows color (decimal): -780033 or 16718068. OLE color: 16718068.
HSL color Cylindrical-coordinate representation of color #F418FF: hue angle of 297.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F418FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 24 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.14º | 1% | 0.55% | - |
| HSV(B) | 297.14º | 0.91% | 1% | - |
| XYZ | 55.68 | 27.11 | 96.9 | - |
| YUV | 116.11 | 206.39 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 255 | 0.04 | 0.91 | 0 | 0 | 297.14 | 1 | 0.55 |
| Hex | F4 | 18 | FF | 4 | 5B | 0 | 0 | 129 | 64 | 37 |
| Octal | 364 | 30 | 377 | 4 | 133 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110100 | 11000 | 11111111 | 100 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F418FF
Complementary color
Monochromatic Colors of #F418FF
Black with #F418FF
Text Example
Text Example
White with #F418FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F418FF; }
p { color: rgb(244,24,255); }
H1.HeaderClassName
{
color: #F418FF;
}
.AnyTagClassName
{
color: #F418FF;
}
</style>
background-color css
<style>
a { background-color: #F418FF; }
a { background-color: rgb(244,24,255); }
div.DivClassName
{
background-color: #F418FF;
}
.BgClassName
{
background-color: #F418FF;
}
</style>
border-color css
<style>
span { border-color: #F418FF; }
span { border-color: rgb(244,24,255); }
td.TdClassName
{
border-color: #F418FF;
}
.TagClassName
{
border-color: #F418FF;
}
</style>