Shades of Magenta #F123FF
Tints of Magenta #F123FF
RGB
CMYK
RGB Variations
Color information
#F123FF (or 0xF123FF) is known color: Magenta. HEX triplet: F1, 23 and FF. RGB value is (241,35,255). Sum of RGB (Red+Green+Blue) = 241+35+255=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 35 (14.06% from 255 or 6.59% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F123FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F123FF is #0EDC00. Grayscale: #787878. Windows color (decimal): -973825 or 16720881. OLE color: 16720881.
HSL color Cylindrical-coordinate representation of color #F123FF: hue angle of 296.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F123FF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 35 | 255 | - |
| CMYK | 0.05 | 0.86 | 0 | 0 |
| HSL | 296.18º | 1% | 0.57% | - |
| HSV(B) | 296.18º | 0.86% | 1% | - |
| XYZ | 54.93 | 27.12 | 96.95 | - |
| YUV | 121.67 | 203.25 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 255 | 0.05 | 0.86 | 0 | 0 | 296.18 | 1 | 0.57 |
| Hex | F1 | 23 | FF | 5 | 56 | 0 | 0 | 128 | 64 | 39 |
| Octal | 361 | 43 | 377 | 5 | 126 | 0 | 0 | 450 | 144 | 71 |
| Binary | 11110001 | 100011 | 11111111 | 101 | 1010110 | 0 | 0 | 100101000 | 1100100 | 111001 |
Color Harmonies of #F123FF
Complementary color
Monochromatic Colors of #F123FF
Black with #F123FF
Text Example
Text Example
White with #F123FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123FF; }
p { color: rgb(241,35,255); }
H1.HeaderClassName
{
color: #F123FF;
}
.AnyTagClassName
{
color: #F123FF;
}
</style>
background-color css
<style>
a { background-color: #F123FF; }
a { background-color: rgb(241,35,255); }
div.DivClassName
{
background-color: #F123FF;
}
.BgClassName
{
background-color: #F123FF;
}
</style>
border-color css
<style>
span { border-color: #F123FF; }
span { border-color: rgb(241,35,255); }
td.TdClassName
{
border-color: #F123FF;
}
.TagClassName
{
border-color: #F123FF;
}
</style>