Shades of Magenta #F310F4
Tints of Magenta #F310F4
RGB
CMYK
RGB Variations
Color information
#F310F4 (or 0xF310F4) is known color: Magenta. HEX triplet: F3, 10 and F4. RGB value is (243,16,244). Sum of RGB (Red+Green+Blue) = 243+16+244=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #F310F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310F4 is #0CEF0B. Grayscale: #6D6D6D. Windows color (decimal): -847628 or 15995123. OLE color: 15995123.
HSL color Cylindrical-coordinate representation of color #F310F4: hue angle of 299.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310F4 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 16 | 244 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.04 |
| HSL | 299.74º | 0.91% | 0.51% | - |
| HSV(B) | 299.74º | 0.93% | 0.96% | - |
| XYZ | 53.48 | 25.96 | 87.78 | - |
| YUV | 109.87 | 203.71 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 244 | 0.00 | 0.93 | 0 | 0.04 | 299.74 | 0.91 | 0.51 |
| Hex | F3 | 10 | F4 | 0 | 5D | 0 | 4 | 12C | 5B | 33 |
| Octal | 363 | 20 | 364 | 0 | 135 | 0 | 4 | 454 | 133 | 63 |
| Binary | 11110011 | 10000 | 11110100 | 0 | 1011101 | 0 | 100 | 100101100 | 1011011 | 110011 |
Color Harmonies of #F310F4
Complementary color
Monochromatic Colors of #F310F4
Black with #F310F4
Text Example
Text Example
White with #F310F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310F4; }
p { color: rgb(243,16,244); }
H1.HeaderClassName
{
color: #F310F4;
}
.AnyTagClassName
{
color: #F310F4;
}
</style>
background-color css
<style>
a { background-color: #F310F4; }
a { background-color: rgb(243,16,244); }
div.DivClassName
{
background-color: #F310F4;
}
.BgClassName
{
background-color: #F310F4;
}
</style>
border-color css
<style>
span { border-color: #F310F4; }
span { border-color: rgb(243,16,244); }
td.TdClassName
{
border-color: #F310F4;
}
.TagClassName
{
border-color: #F310F4;
}
</style>