Shades of Magenta #F218F3
Tints of Magenta #F218F3
RGB
CMYK
RGB Variations
Color information
#F218F3 (or 0xF218F3) is known color: Magenta. HEX triplet: F2, 18 and F3. RGB value is (242,24,243). Sum of RGB (Red+Green+Blue) = 242+24+243=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 24 (9.77% from 255 or 4.72% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #F218F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F218F3 is #0DE70C. Grayscale: #717171. Windows color (decimal): -911117 or 15931634. OLE color: 15931634.
HSL color Cylindrical-coordinate representation of color #F218F3: hue angle of 299.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218F3 is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 243 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.05 |
| HSL | 299.73º | 0.9% | 0.52% | - |
| HSV(B) | 299.73º | 0.9% | 0.95% | - |
| XYZ | 53.12 | 26 | 87.01 | - |
| YUV | 114.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 243 | 0.00 | 0.90 | 0 | 0.05 | 299.73 | 0.9 | 0.52 |
| Hex | F2 | 18 | F3 | 0 | 5A | 0 | 5 | 12C | 5A | 34 |
| Octal | 362 | 30 | 363 | 0 | 132 | 0 | 5 | 454 | 132 | 64 |
| Binary | 11110010 | 11000 | 11110011 | 0 | 1011010 | 0 | 101 | 100101100 | 1011010 | 110100 |
Color Harmonies of #F218F3
Complementary color
Monochromatic Colors of #F218F3
Black with #F218F3
Text Example
Text Example
White with #F218F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F218F3; }
p { color: rgb(242,24,243); }
H1.HeaderClassName
{
color: #F218F3;
}
.AnyTagClassName
{
color: #F218F3;
}
</style>
background-color css
<style>
a { background-color: #F218F3; }
a { background-color: rgb(242,24,243); }
div.DivClassName
{
background-color: #F218F3;
}
.BgClassName
{
background-color: #F218F3;
}
</style>
border-color css
<style>
span { border-color: #F218F3; }
span { border-color: rgb(242,24,243); }
td.TdClassName
{
border-color: #F218F3;
}
.TagClassName
{
border-color: #F218F3;
}
</style>