Shades of Magenta #F327FE
Tints of Magenta #F327FE
RGB
CMYK
RGB Variations
Color information
#F327FE (or 0xF327FE) is known color: Magenta. HEX triplet: F3, 27 and FE. RGB value is (243,39,254). Sum of RGB (Red+Green+Blue) = 243+39+254=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 39 (15.62% from 255 or 7.28% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #F327FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327FE is #0CD801. Grayscale: #7B7B7B. Windows color (decimal): -841730 or 16656371. OLE color: 16656371.
HSL color Cylindrical-coordinate representation of color #F327FE: hue angle of 296.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F327FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 39 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 296.93º | 0.99% | 0.57% | - |
| HSV(B) | 296.93º | 0.85% | 1% | - |
| XYZ | 55.58 | 27.66 | 96.18 | - |
| YUV | 124.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 254 | 0.04 | 0.85 | 0 | 0.00 | 296.93 | 0.99 | 0.57 |
| Hex | F3 | 27 | FE | 4 | 55 | 0 | 0 | 129 | 63 | 39 |
| Octal | 363 | 47 | 376 | 4 | 125 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110011 | 100111 | 11111110 | 100 | 1010101 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F327FE
Complementary color
Monochromatic Colors of #F327FE
Black with #F327FE
Text Example
Text Example
White with #F327FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327FE; }
p { color: rgb(243,39,254); }
H1.HeaderClassName
{
color: #F327FE;
}
.AnyTagClassName
{
color: #F327FE;
}
</style>
background-color css
<style>
a { background-color: #F327FE; }
a { background-color: rgb(243,39,254); }
div.DivClassName
{
background-color: #F327FE;
}
.BgClassName
{
background-color: #F327FE;
}
</style>
border-color css
<style>
span { border-color: #F327FE; }
span { border-color: rgb(243,39,254); }
td.TdClassName
{
border-color: #F327FE;
}
.TagClassName
{
border-color: #F327FE;
}
</style>