Shades of Magenta #F614F3
Tints of Magenta #F614F3
RGB
CMYK
RGB Variations
Color information
#F614F3 (or 0xF614F3) is known color: Magenta. HEX triplet: F6, 14 and F3. RGB value is (246,20,243). Sum of RGB (Red+Green+Blue) = 246+20+243=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F614F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614F3 is #09EB0C. Grayscale: #707070. Windows color (decimal): -649997 or 15930614. OLE color: 15930614.
HSL color Cylindrical-coordinate representation of color #F614F3: hue angle of 300.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614F3 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 243 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.04 |
| HSL | 300.8º | 0.93% | 0.52% | - |
| HSV(B) | 300.8º | 0.92% | 0.96% | - |
| XYZ | 54.43 | 26.56 | 87.05 | - |
| YUV | 113 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 243 | 0 | 0.92 | 0.01 | 0.04 | 300.8 | 0.93 | 0.52 |
| Hex | F6 | 14 | F3 | 0 | 5C | 1 | 4 | 12D | 5D | 34 |
| Octal | 366 | 24 | 363 | 0 | 134 | 1 | 4 | 455 | 135 | 64 |
| Binary | 11110110 | 10100 | 11110011 | 0 | 1011100 | 1 | 100 | 100101101 | 1011101 | 110100 |
Color Harmonies of #F614F3
Complementary color
Monochromatic Colors of #F614F3
Black with #F614F3
Text Example
Text Example
White with #F614F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614F3; }
p { color: rgb(246,20,243); }
H1.HeaderClassName
{
color: #F614F3;
}
.AnyTagClassName
{
color: #F614F3;
}
</style>
background-color css
<style>
a { background-color: #F614F3; }
a { background-color: rgb(246,20,243); }
div.DivClassName
{
background-color: #F614F3;
}
.BgClassName
{
background-color: #F614F3;
}
</style>
border-color css
<style>
span { border-color: #F614F3; }
span { border-color: rgb(246,20,243); }
td.TdClassName
{
border-color: #F614F3;
}
.TagClassName
{
border-color: #F614F3;
}
</style>