Shades of Magenta #F123FD
Tints of Magenta #F123FD
RGB
CMYK
RGB Variations
Color information
#F123FD (or 0xF123FD) is known color: Magenta. HEX triplet: F1, 23 and FD. RGB value is (241,35,253). Sum of RGB (Red+Green+Blue) = 241+35+253=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 35 (14.06% from 255 or 6.62% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #F123FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123FD is #0EDC02. Grayscale: #787878. Windows color (decimal): -973827 or 16589809. OLE color: 16589809.
HSL color Cylindrical-coordinate representation of color #F123FD: hue angle of 296.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F123FD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 35 | 253 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.01 |
| HSL | 296.7º | 0.98% | 0.56% | - |
| HSV(B) | 296.7º | 0.86% | 0.99% | - |
| XYZ | 54.61 | 26.99 | 95.26 | - |
| YUV | 121.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 253 | 0.05 | 0.86 | 0 | 0.01 | 296.7 | 0.98 | 0.56 |
| Hex | F1 | 23 | FD | 5 | 56 | 0 | 1 | 129 | 62 | 38 |
| Octal | 361 | 43 | 375 | 5 | 126 | 0 | 1 | 451 | 142 | 70 |
| Binary | 11110001 | 100011 | 11111101 | 101 | 1010110 | 0 | 1 | 100101001 | 1100010 | 111000 |
Color Harmonies of #F123FD
Complementary color
Monochromatic Colors of #F123FD
Black with #F123FD
Text Example
Text Example
White with #F123FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123FD; }
p { color: rgb(241,35,253); }
H1.HeaderClassName
{
color: #F123FD;
}
.AnyTagClassName
{
color: #F123FD;
}
</style>
background-color css
<style>
a { background-color: #F123FD; }
a { background-color: rgb(241,35,253); }
div.DivClassName
{
background-color: #F123FD;
}
.BgClassName
{
background-color: #F123FD;
}
</style>
border-color css
<style>
span { border-color: #F123FD; }
span { border-color: rgb(241,35,253); }
td.TdClassName
{
border-color: #F123FD;
}
.TagClassName
{
border-color: #F123FD;
}
</style>