Shades of Magenta #F321FE
Tints of Magenta #F321FE
RGB
CMYK
RGB Variations
Color information
#F321FE (or 0xF321FE) is known color: Magenta. HEX triplet: F3, 21 and FE. RGB value is (243,33,254). Sum of RGB (Red+Green+Blue) = 243+33+254=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 33 (13.28% from 255 or 6.23% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #F321FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321FE is #0CDE01. Grayscale: #787878. Windows color (decimal): -843266 or 16654835. OLE color: 16654835.
HSL color Cylindrical-coordinate representation of color #F321FE: hue angle of 297.01º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F321FE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 33 | 254 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.00 |
| HSL | 297.01º | 0.99% | 0.56% | - |
| HSV(B) | 297.01º | 0.87% | 1% | - |
| XYZ | 55.4 | 27.3 | 96.12 | - |
| YUV | 120.98 | 203.07 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 254 | 0.04 | 0.87 | 0 | 0.00 | 297.01 | 0.99 | 0.56 |
| Hex | F3 | 21 | FE | 4 | 57 | 0 | 0 | 129 | 63 | 38 |
| Octal | 363 | 41 | 376 | 4 | 127 | 0 | 0 | 451 | 143 | 70 |
| Binary | 11110011 | 100001 | 11111110 | 100 | 1010111 | 0 | 0 | 100101001 | 1100011 | 111000 |
Color Harmonies of #F321FE
Complementary color
Monochromatic Colors of #F321FE
Black with #F321FE
Text Example
Text Example
White with #F321FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321FE; }
p { color: rgb(243,33,254); }
H1.HeaderClassName
{
color: #F321FE;
}
.AnyTagClassName
{
color: #F321FE;
}
</style>
background-color css
<style>
a { background-color: #F321FE; }
a { background-color: rgb(243,33,254); }
div.DivClassName
{
background-color: #F321FE;
}
.BgClassName
{
background-color: #F321FE;
}
</style>
border-color css
<style>
span { border-color: #F321FE; }
span { border-color: rgb(243,33,254); }
td.TdClassName
{
border-color: #F321FE;
}
.TagClassName
{
border-color: #F321FE;
}
</style>