Shades of Magenta #F314F1
Tints of Magenta #F314F1
RGB
CMYK
RGB Variations
Color information
#F314F1 (or 0xF314F1) is known color: Magenta. HEX triplet: F3, 14 and F1. RGB value is (243,20,241). Sum of RGB (Red+Green+Blue) = 243+20+241=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F314F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314F1 is #0CEB0E. Grayscale: #6F6F6F. Windows color (decimal): -846607 or 15799539. OLE color: 15799539.
HSL color Cylindrical-coordinate representation of color #F314F1: hue angle of 300.54º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314F1 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 241 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.05 |
| HSL | 300.54º | 0.9% | 0.52% | - |
| HSV(B) | 300.54º | 0.92% | 0.95% | - |
| XYZ | 53.09 | 25.91 | 85.42 | - |
| YUV | 111.87 | 200.88 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 241 | 0 | 0.92 | 0.01 | 0.05 | 300.54 | 0.9 | 0.52 |
| Hex | F3 | 14 | F1 | 0 | 5C | 1 | 5 | 12D | 5A | 34 |
| Octal | 363 | 24 | 361 | 0 | 134 | 1 | 5 | 455 | 132 | 64 |
| Binary | 11110011 | 10100 | 11110001 | 0 | 1011100 | 1 | 101 | 100101101 | 1011010 | 110100 |
Color Harmonies of #F314F1
Complementary color
Monochromatic Colors of #F314F1
Black with #F314F1
Text Example
Text Example
White with #F314F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314F1; }
p { color: rgb(243,20,241); }
H1.HeaderClassName
{
color: #F314F1;
}
.AnyTagClassName
{
color: #F314F1;
}
</style>
background-color css
<style>
a { background-color: #F314F1; }
a { background-color: rgb(243,20,241); }
div.DivClassName
{
background-color: #F314F1;
}
.BgClassName
{
background-color: #F314F1;
}
</style>
border-color css
<style>
span { border-color: #F314F1; }
span { border-color: rgb(243,20,241); }
td.TdClassName
{
border-color: #F314F1;
}
.TagClassName
{
border-color: #F314F1;
}
</style>