Shades of Magenta #F328FE
Tints of Magenta #F328FE
RGB
CMYK
RGB Variations
Color information
#F328FE (or 0xF328FE) is known color: Magenta. HEX triplet: F3, 28 and FE. RGB value is (243,40,254). Sum of RGB (Red+Green+Blue) = 243+40+254=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 40 (16.02% from 255 or 7.45% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #F328FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328FE is #0CD701. Grayscale: #7C7C7C. Windows color (decimal): -841474 or 16656627. OLE color: 16656627.
HSL color Cylindrical-coordinate representation of color #F328FE: hue angle of 296.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328FE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 40 | 254 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.00 |
| HSL | 296.92º | 0.99% | 0.58% | - |
| HSV(B) | 296.92º | 0.84% | 1% | - |
| XYZ | 55.61 | 27.73 | 96.19 | - |
| YUV | 125.09 | 200.75 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 254 | 0.04 | 0.84 | 0 | 0.00 | 296.92 | 0.99 | 0.58 |
| Hex | F3 | 28 | FE | 4 | 54 | 0 | 0 | 129 | 63 | 3A |
| Octal | 363 | 50 | 376 | 4 | 124 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110011 | 101000 | 11111110 | 100 | 1010100 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F328FE
Complementary color
Monochromatic Colors of #F328FE
Black with #F328FE
Text Example
Text Example
White with #F328FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328FE; }
p { color: rgb(243,40,254); }
H1.HeaderClassName
{
color: #F328FE;
}
.AnyTagClassName
{
color: #F328FE;
}
</style>
background-color css
<style>
a { background-color: #F328FE; }
a { background-color: rgb(243,40,254); }
div.DivClassName
{
background-color: #F328FE;
}
.BgClassName
{
background-color: #F328FE;
}
</style>
border-color css
<style>
span { border-color: #F328FE; }
span { border-color: rgb(243,40,254); }
td.TdClassName
{
border-color: #F328FE;
}
.TagClassName
{
border-color: #F328FE;
}
</style>