Shades of Magenta #F318EA
Tints of Magenta #F318EA
RGB
CMYK
RGB Variations
Color information
#F318EA (or 0xF318EA) is known color: Magenta. HEX triplet: F3, 18 and EA. RGB value is (243,24,234). Sum of RGB (Red+Green+Blue) = 243+24+234=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F318EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F318EA is #0CE715. Grayscale: #707070. Windows color (decimal): -845590 or 15341811. OLE color: 15341811.
HSL color Cylindrical-coordinate representation of color #F318EA: hue angle of 302.47º 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 #F318EA is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 234 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.05 |
| HSL | 302.47º | 0.9% | 0.52% | - |
| HSV(B) | 302.47º | 0.9% | 0.95% | - |
| XYZ | 52.14 | 25.65 | 80.04 | - |
| YUV | 113.42 | 196.05 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 234 | 0 | 0.90 | 0.04 | 0.05 | 302.47 | 0.9 | 0.52 |
| Hex | F3 | 18 | EA | 0 | 5A | 4 | 5 | 12E | 5A | 34 |
| Octal | 363 | 30 | 352 | 0 | 132 | 4 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 11000 | 11101010 | 0 | 1011010 | 100 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F318EA
Complementary color
Monochromatic Colors of #F318EA
Black with #F318EA
Text Example
Text Example
White with #F318EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318EA; }
p { color: rgb(243,24,234); }
H1.HeaderClassName
{
color: #F318EA;
}
.AnyTagClassName
{
color: #F318EA;
}
</style>
background-color css
<style>
a { background-color: #F318EA; }
a { background-color: rgb(243,24,234); }
div.DivClassName
{
background-color: #F318EA;
}
.BgClassName
{
background-color: #F318EA;
}
</style>
border-color css
<style>
span { border-color: #F318EA; }
span { border-color: rgb(243,24,234); }
td.TdClassName
{
border-color: #F318EA;
}
.TagClassName
{
border-color: #F318EA;
}
</style>