Shades of Magenta #F514F3
Tints of Magenta #F514F3
RGB
CMYK
RGB Variations
Color information
#F514F3 (or 0xF514F3) is known color: Magenta. HEX triplet: F5, 14 and F3. RGB value is (245,20,243). Sum of RGB (Red+Green+Blue) = 245+20+243=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 20 (8.20% from 255 or 3.94% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F514F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514F3 is #0AEB0C. Grayscale: #707070. Windows color (decimal): -715533 or 15930613. OLE color: 15930613.
HSL color Cylindrical-coordinate representation of color #F514F3: hue angle of 300.53º degrees, saturation: 0.92, 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 #F514F3 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 243 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.04 |
| HSL | 300.53º | 0.92% | 0.52% | - |
| HSV(B) | 300.53º | 0.92% | 0.96% | - |
| XYZ | 54.08 | 26.38 | 87.04 | - |
| YUV | 112.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 243 | 0 | 0.92 | 0.01 | 0.04 | 300.53 | 0.92 | 0.52 |
| Hex | F5 | 14 | F3 | 0 | 5C | 1 | 4 | 12D | 5C | 34 |
| Octal | 365 | 24 | 363 | 0 | 134 | 1 | 4 | 455 | 134 | 64 |
| Binary | 11110101 | 10100 | 11110011 | 0 | 1011100 | 1 | 100 | 100101101 | 1011100 | 110100 |
Color Harmonies of #F514F3
Complementary color
Monochromatic Colors of #F514F3
Black with #F514F3
Text Example
Text Example
White with #F514F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514F3; }
p { color: rgb(245,20,243); }
H1.HeaderClassName
{
color: #F514F3;
}
.AnyTagClassName
{
color: #F514F3;
}
</style>
background-color css
<style>
a { background-color: #F514F3; }
a { background-color: rgb(245,20,243); }
div.DivClassName
{
background-color: #F514F3;
}
.BgClassName
{
background-color: #F514F3;
}
</style>
border-color css
<style>
span { border-color: #F514F3; }
span { border-color: rgb(245,20,243); }
td.TdClassName
{
border-color: #F514F3;
}
.TagClassName
{
border-color: #F514F3;
}
</style>