Shades of Magenta #F10EFD
Tints of Magenta #F10EFD
RGB
CMYK
RGB Variations
Color information
#F10EFD (or 0xF10EFD) is known color: Magenta. HEX triplet: F1, 0E and FD. RGB value is (241,14,253). Sum of RGB (Red+Green+Blue) = 241+14+253=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 14 (5.86% from 255 or 2.76% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #F10EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10EFD is #0EF102. Grayscale: #6C6C6C. Windows color (decimal): -979203 or 16584433. OLE color: 16584433.
HSL color Cylindrical-coordinate representation of color #F10EFD: hue angle of 296.99º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10EFD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 14 | 253 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.01 |
| HSL | 296.99º | 0.98% | 0.52% | - |
| HSV(B) | 296.99º | 0.94% | 0.99% | - |
| XYZ | 54.16 | 26.11 | 95.11 | - |
| YUV | 109.12 | 209.21 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 253 | 0.05 | 0.94 | 0 | 0.01 | 296.99 | 0.98 | 0.52 |
| Hex | F1 | E | FD | 5 | 5E | 0 | 1 | 129 | 62 | 34 |
| Octal | 361 | 16 | 375 | 5 | 136 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110001 | 1110 | 11111101 | 101 | 1011110 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F10EFD
Complementary color
Monochromatic Colors of #F10EFD
Black with #F10EFD
Text Example
Text Example
White with #F10EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EFD; }
p { color: rgb(241,14,253); }
H1.HeaderClassName
{
color: #F10EFD;
}
.AnyTagClassName
{
color: #F10EFD;
}
</style>
background-color css
<style>
a { background-color: #F10EFD; }
a { background-color: rgb(241,14,253); }
div.DivClassName
{
background-color: #F10EFD;
}
.BgClassName
{
background-color: #F10EFD;
}
</style>
border-color css
<style>
span { border-color: #F10EFD; }
span { border-color: rgb(241,14,253); }
td.TdClassName
{
border-color: #F10EFD;
}
.TagClassName
{
border-color: #F10EFD;
}
</style>