Shades of Magenta #F322FD
Tints of Magenta #F322FD
RGB
CMYK
RGB Variations
Color information
#F322FD (or 0xF322FD) is known color: Magenta. HEX triplet: F3, 22 and FD. RGB value is (243,34,253). Sum of RGB (Red+Green+Blue) = 243+34+253=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 34 (13.67% from 255 or 6.42% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #F322FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F322FD is #0CDD02. Grayscale: #787878. Windows color (decimal): -843011 or 16589555. OLE color: 16589555.
HSL color Cylindrical-coordinate representation of color #F322FD: hue angle of 297.26º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F322FD is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 34 | 253 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.01 |
| HSL | 297.26º | 0.98% | 0.56% | - |
| HSV(B) | 297.26º | 0.87% | 0.99% | - |
| XYZ | 55.26 | 27.29 | 95.28 | - |
| YUV | 121.46 | 202.24 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 253 | 0.04 | 0.87 | 0 | 0.01 | 297.26 | 0.98 | 0.56 |
| Hex | F3 | 22 | FD | 4 | 57 | 0 | 1 | 129 | 62 | 38 |
| Octal | 363 | 42 | 375 | 4 | 127 | 0 | 1 | 451 | 142 | 70 |
| Binary | 11110011 | 100010 | 11111101 | 100 | 1010111 | 0 | 1 | 100101001 | 1100010 | 111000 |
Color Harmonies of #F322FD
Complementary color
Monochromatic Colors of #F322FD
Black with #F322FD
Text Example
Text Example
White with #F322FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F322FD; }
p { color: rgb(243,34,253); }
H1.HeaderClassName
{
color: #F322FD;
}
.AnyTagClassName
{
color: #F322FD;
}
</style>
background-color css
<style>
a { background-color: #F322FD; }
a { background-color: rgb(243,34,253); }
div.DivClassName
{
background-color: #F322FD;
}
.BgClassName
{
background-color: #F322FD;
}
</style>
border-color css
<style>
span { border-color: #F322FD; }
span { border-color: rgb(243,34,253); }
td.TdClassName
{
border-color: #F322FD;
}
.TagClassName
{
border-color: #F322FD;
}
</style>