Shades of Magenta #F323FF
Tints of Magenta #F323FF
RGB
CMYK
RGB Variations
Color information
#F323FF (or 0xF323FF) is known color: Magenta. HEX triplet: F3, 23 and FF. RGB value is (243,35,255). Sum of RGB (Red+Green+Blue) = 243+35+255=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 35 (14.06% from 255 or 6.57% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F323FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F323FF is #0CDC00. Grayscale: #797979. Windows color (decimal): -842753 or 16720883. OLE color: 16720883.
HSL color Cylindrical-coordinate representation of color #F323FF: hue angle of 296.73º 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 #F323FF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 35 | 255 | - |
| CMYK | 0.05 | 0.86 | 0 | 0 |
| HSL | 296.73º | 1% | 0.57% | - |
| HSV(B) | 296.73º | 0.86% | 1% | - |
| XYZ | 55.61 | 27.48 | 96.98 | - |
| YUV | 122.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 255 | 0.05 | 0.86 | 0 | 0 | 296.73 | 1 | 0.57 |
| Hex | F3 | 23 | FF | 5 | 56 | 0 | 0 | 129 | 64 | 39 |
| Octal | 363 | 43 | 377 | 5 | 126 | 0 | 0 | 451 | 144 | 71 |
| Binary | 11110011 | 100011 | 11111111 | 101 | 1010110 | 0 | 0 | 100101001 | 1100100 | 111001 |
Color Harmonies of #F323FF
Complementary color
Monochromatic Colors of #F323FF
Black with #F323FF
Text Example
Text Example
White with #F323FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323FF; }
p { color: rgb(243,35,255); }
H1.HeaderClassName
{
color: #F323FF;
}
.AnyTagClassName
{
color: #F323FF;
}
</style>
background-color css
<style>
a { background-color: #F323FF; }
a { background-color: rgb(243,35,255); }
div.DivClassName
{
background-color: #F323FF;
}
.BgClassName
{
background-color: #F323FF;
}
</style>
border-color css
<style>
span { border-color: #F323FF; }
span { border-color: rgb(243,35,255); }
td.TdClassName
{
border-color: #F323FF;
}
.TagClassName
{
border-color: #F323FF;
}
</style>