Shades of Magenta #F317EA
Tints of Magenta #F317EA
RGB
CMYK
RGB Variations
Color information
#F317EA (or 0xF317EA) is known color: Magenta. HEX triplet: F3, 17 and EA. RGB value is (243,23,234). Sum of RGB (Red+Green+Blue) = 243+23+234=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F317EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F317EA is #0CE815. Grayscale: #707070. Windows color (decimal): -845846 or 15341555. OLE color: 15341555.
HSL color Cylindrical-coordinate representation of color #F317EA: hue angle of 302.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F317EA is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 234 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.05 |
| HSL | 302.45º | 0.9% | 0.52% | - |
| HSV(B) | 302.45º | 0.91% | 0.95% | - |
| XYZ | 52.12 | 25.61 | 80.04 | - |
| YUV | 112.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 234 | 0 | 0.91 | 0.04 | 0.05 | 302.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | EA | 0 | 5B | 4 | 5 | 12E | 5A | 34 |
| Octal | 363 | 27 | 352 | 0 | 133 | 4 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 10111 | 11101010 | 0 | 1011011 | 100 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F317EA
Complementary color
Monochromatic Colors of #F317EA
Black with #F317EA
Text Example
Text Example
White with #F317EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317EA; }
p { color: rgb(243,23,234); }
H1.HeaderClassName
{
color: #F317EA;
}
.AnyTagClassName
{
color: #F317EA;
}
</style>
background-color css
<style>
a { background-color: #F317EA; }
a { background-color: rgb(243,23,234); }
div.DivClassName
{
background-color: #F317EA;
}
.BgClassName
{
background-color: #F317EA;
}
</style>
border-color css
<style>
span { border-color: #F317EA; }
span { border-color: rgb(243,23,234); }
td.TdClassName
{
border-color: #F317EA;
}
.TagClassName
{
border-color: #F317EA;
}
</style>