Shades of Magenta #F328FD
Tints of Magenta #F328FD
RGB
CMYK
RGB Variations
Color information
#F328FD (or 0xF328FD) is known color: Magenta. HEX triplet: F3, 28 and FD. RGB value is (243,40,253). Sum of RGB (Red+Green+Blue) = 243+40+253=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #F328FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328FD is #0CD702. Grayscale: #7C7C7C. Windows color (decimal): -841475 or 16591091. OLE color: 16591091.
HSL color Cylindrical-coordinate representation of color #F328FD: hue angle of 297.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328FD is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 40 | 253 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.01 |
| HSL | 297.18º | 0.98% | 0.57% | - |
| HSV(B) | 297.18º | 0.84% | 0.99% | - |
| XYZ | 55.45 | 27.66 | 95.35 | - |
| YUV | 124.98 | 200.25 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 253 | 0.04 | 0.84 | 0 | 0.01 | 297.18 | 0.98 | 0.57 |
| Hex | F3 | 28 | FD | 4 | 54 | 0 | 1 | 129 | 62 | 39 |
| Octal | 363 | 50 | 375 | 4 | 124 | 0 | 1 | 451 | 142 | 71 |
| Binary | 11110011 | 101000 | 11111101 | 100 | 1010100 | 0 | 1 | 100101001 | 1100010 | 111001 |
Color Harmonies of #F328FD
Complementary color
Monochromatic Colors of #F328FD
Black with #F328FD
Text Example
Text Example
White with #F328FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328FD; }
p { color: rgb(243,40,253); }
H1.HeaderClassName
{
color: #F328FD;
}
.AnyTagClassName
{
color: #F328FD;
}
</style>
background-color css
<style>
a { background-color: #F328FD; }
a { background-color: rgb(243,40,253); }
div.DivClassName
{
background-color: #F328FD;
}
.BgClassName
{
background-color: #F328FD;
}
</style>
border-color css
<style>
span { border-color: #F328FD; }
span { border-color: rgb(243,40,253); }
td.TdClassName
{
border-color: #F328FD;
}
.TagClassName
{
border-color: #F328FD;
}
</style>