Shades of Magenta #F323FC
Tints of Magenta #F323FC
RGB
CMYK
RGB Variations
Color information
#F323FC (or 0xF323FC) is known color: Magenta. HEX triplet: F3, 23 and FC. RGB value is (243,35,252). Sum of RGB (Red+Green+Blue) = 243+35+252=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 35 (14.06% from 255 or 6.60% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #F323FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F323FC is #0CDC03. Grayscale: #797979. Windows color (decimal): -842756 or 16524275. OLE color: 16524275.
HSL color Cylindrical-coordinate representation of color #F323FC: hue angle of 297.51º degrees, saturation: 0.97, 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 #F323FC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 35 | 252 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.01 |
| HSL | 297.51º | 0.97% | 0.56% | - |
| HSV(B) | 297.51º | 0.86% | 0.99% | - |
| XYZ | 55.13 | 27.29 | 94.46 | - |
| YUV | 121.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 252 | 0.04 | 0.86 | 0 | 0.01 | 297.51 | 0.97 | 0.56 |
| Hex | F3 | 23 | FC | 4 | 56 | 0 | 1 | 12A | 61 | 38 |
| Octal | 363 | 43 | 374 | 4 | 126 | 0 | 1 | 452 | 141 | 70 |
| Binary | 11110011 | 100011 | 11111100 | 100 | 1010110 | 0 | 1 | 100101010 | 1100001 | 111000 |
Color Harmonies of #F323FC
Complementary color
Monochromatic Colors of #F323FC
Black with #F323FC
Text Example
Text Example
White with #F323FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F323FC; }
p { color: rgb(243,35,252); }
H1.HeaderClassName
{
color: #F323FC;
}
.AnyTagClassName
{
color: #F323FC;
}
</style>
background-color css
<style>
a { background-color: #F323FC; }
a { background-color: rgb(243,35,252); }
div.DivClassName
{
background-color: #F323FC;
}
.BgClassName
{
background-color: #F323FC;
}
</style>
border-color css
<style>
span { border-color: #F323FC; }
span { border-color: rgb(243,35,252); }
td.TdClassName
{
border-color: #F323FC;
}
.TagClassName
{
border-color: #F323FC;
}
</style>