Shades of Magenta #F327FF
Tints of Magenta #F327FF
RGB
CMYK
RGB Variations
Color information
#F327FF (or 0xF327FF) is known color: Magenta. HEX triplet: F3, 27 and FF. RGB value is (243,39,255). Sum of RGB (Red+Green+Blue) = 243+39+255=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 39 (15.62% from 255 or 7.26% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #F327FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327FF is #0CD800. Grayscale: #7B7B7B. Windows color (decimal): -841729 or 16721907. OLE color: 16721907.
HSL color Cylindrical-coordinate representation of color #F327FF: hue angle of 296.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F327FF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 39 | 255 | - |
| CMYK | 0.05 | 0.85 | 0 | 0 |
| HSL | 296.67º | 1% | 0.58% | - |
| HSV(B) | 296.67º | 0.85% | 1% | - |
| XYZ | 55.74 | 27.73 | 97.02 | - |
| YUV | 124.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 255 | 0.05 | 0.85 | 0 | 0 | 296.67 | 1 | 0.58 |
| Hex | F3 | 27 | FF | 5 | 55 | 0 | 0 | 129 | 64 | 3A |
| Octal | 363 | 47 | 377 | 5 | 125 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110011 | 100111 | 11111111 | 101 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F327FF
Complementary color
Monochromatic Colors of #F327FF
Black with #F327FF
Text Example
Text Example
White with #F327FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327FF; }
p { color: rgb(243,39,255); }
H1.HeaderClassName
{
color: #F327FF;
}
.AnyTagClassName
{
color: #F327FF;
}
</style>
background-color css
<style>
a { background-color: #F327FF; }
a { background-color: rgb(243,39,255); }
div.DivClassName
{
background-color: #F327FF;
}
.BgClassName
{
background-color: #F327FF;
}
</style>
border-color css
<style>
span { border-color: #F327FF; }
span { border-color: rgb(243,39,255); }
td.TdClassName
{
border-color: #F327FF;
}
.TagClassName
{
border-color: #F327FF;
}
</style>