Shades of Magenta #F313FF
Tints of Magenta #F313FF
RGB
CMYK
RGB Variations
Color information
#F313FF (or 0xF313FF) is known color: Magenta. HEX triplet: F3, 13 and FF. RGB value is (243,19,255). Sum of RGB (Red+Green+Blue) = 243+19+255=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 19 (7.81% from 255 or 3.68% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F313FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313FF is #0CEC00. Grayscale: #707070. Windows color (decimal): -846849 or 16716787. OLE color: 16716787.
HSL color Cylindrical-coordinate representation of color #F313FF: hue angle of 296.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F313FF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 19 | 255 | - |
| CMYK | 0.05 | 0.93 | 0 | 0 |
| HSL | 296.95º | 1% | 0.54% | - |
| HSV(B) | 296.95º | 0.93% | 1% | - |
| XYZ | 55.25 | 26.74 | 96.86 | - |
| YUV | 112.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 255 | 0.05 | 0.93 | 0 | 0 | 296.95 | 1 | 0.54 |
| Hex | F3 | 13 | FF | 5 | 5D | 0 | 0 | 129 | 64 | 36 |
| Octal | 363 | 23 | 377 | 5 | 135 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110011 | 10011 | 11111111 | 101 | 1011101 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F313FF
Complementary color
Monochromatic Colors of #F313FF
Black with #F313FF
Text Example
Text Example
White with #F313FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313FF; }
p { color: rgb(243,19,255); }
H1.HeaderClassName
{
color: #F313FF;
}
.AnyTagClassName
{
color: #F313FF;
}
</style>
background-color css
<style>
a { background-color: #F313FF; }
a { background-color: rgb(243,19,255); }
div.DivClassName
{
background-color: #F313FF;
}
.BgClassName
{
background-color: #F313FF;
}
</style>
border-color css
<style>
span { border-color: #F313FF; }
span { border-color: rgb(243,19,255); }
td.TdClassName
{
border-color: #F313FF;
}
.TagClassName
{
border-color: #F313FF;
}
</style>