Shades of Magenta #F325FE
Tints of Magenta #F325FE
RGB
CMYK
RGB Variations
Color information
#F325FE (or 0xF325FE) is known color: Magenta. HEX triplet: F3, 25 and FE. RGB value is (243,37,254). Sum of RGB (Red+Green+Blue) = 243+37+254=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 37 (14.84% from 255 or 6.93% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F325FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325FE is #0CDA01. Grayscale: #7A7A7A. Windows color (decimal): -842242 or 16655859. OLE color: 16655859.
HSL color Cylindrical-coordinate representation of color #F325FE: hue angle of 296.96º 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 #F325FE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 37 | 254 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.00 |
| HSL | 296.96º | 0.99% | 0.57% | - |
| HSV(B) | 296.96º | 0.85% | 1% | - |
| XYZ | 55.51 | 27.53 | 96.15 | - |
| YUV | 123.33 | 201.75 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 254 | 0.04 | 0.85 | 0 | 0.00 | 296.96 | 0.99 | 0.57 |
| Hex | F3 | 25 | FE | 4 | 55 | 0 | 0 | 129 | 63 | 39 |
| Octal | 363 | 45 | 376 | 4 | 125 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110011 | 100101 | 11111110 | 100 | 1010101 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F325FE
Complementary color
Monochromatic Colors of #F325FE
Black with #F325FE
Text Example
Text Example
White with #F325FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325FE; }
p { color: rgb(243,37,254); }
H1.HeaderClassName
{
color: #F325FE;
}
.AnyTagClassName
{
color: #F325FE;
}
</style>
background-color css
<style>
a { background-color: #F325FE; }
a { background-color: rgb(243,37,254); }
div.DivClassName
{
background-color: #F325FE;
}
.BgClassName
{
background-color: #F325FE;
}
</style>
border-color css
<style>
span { border-color: #F325FE; }
span { border-color: rgb(243,37,254); }
td.TdClassName
{
border-color: #F325FE;
}
.TagClassName
{
border-color: #F325FE;
}
</style>