Shades of Magenta #F326FD
Tints of Magenta #F326FD
RGB
CMYK
RGB Variations
Color information
#F326FD (or 0xF326FD) is known color: Magenta. HEX triplet: F3, 26 and FD. RGB value is (243,38,253). Sum of RGB (Red+Green+Blue) = 243+38+253=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 38 (15.23% from 255 or 7.12% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #F326FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F326FD is #0CD902. Grayscale: #7B7B7B. Windows color (decimal): -841987 or 16590579. OLE color: 16590579.
HSL color Cylindrical-coordinate representation of color #F326FD: hue angle of 297.21º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F326FD is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 38 | 253 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.01 |
| HSL | 297.21º | 0.98% | 0.57% | - |
| HSV(B) | 297.21º | 0.85% | 0.99% | - |
| XYZ | 55.38 | 27.53 | 95.32 | - |
| YUV | 123.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 253 | 0.04 | 0.85 | 0 | 0.01 | 297.21 | 0.98 | 0.57 |
| Hex | F3 | 26 | FD | 4 | 55 | 0 | 1 | 129 | 62 | 39 |
| Octal | 363 | 46 | 375 | 4 | 125 | 0 | 1 | 451 | 142 | 71 |
| Binary | 11110011 | 100110 | 11111101 | 100 | 1010101 | 0 | 1 | 100101001 | 1100010 | 111001 |
Color Harmonies of #F326FD
Complementary color
Monochromatic Colors of #F326FD
Black with #F326FD
Text Example
Text Example
White with #F326FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F326FD; }
p { color: rgb(243,38,253); }
H1.HeaderClassName
{
color: #F326FD;
}
.AnyTagClassName
{
color: #F326FD;
}
</style>
background-color css
<style>
a { background-color: #F326FD; }
a { background-color: rgb(243,38,253); }
div.DivClassName
{
background-color: #F326FD;
}
.BgClassName
{
background-color: #F326FD;
}
</style>
border-color css
<style>
span { border-color: #F326FD; }
span { border-color: rgb(243,38,253); }
td.TdClassName
{
border-color: #F326FD;
}
.TagClassName
{
border-color: #F326FD;
}
</style>