Shades of Magenta #F325FF
Tints of Magenta #F325FF
RGB
CMYK
RGB Variations
Color information
#F325FF (or 0xF325FF) is known color: Magenta. HEX triplet: F3, 25 and FF. RGB value is (243,37,255). Sum of RGB (Red+Green+Blue) = 243+37+255=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 37 (14.84% from 255 or 6.92% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F325FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325FF is #0CDA00. Grayscale: #7A7A7A. Windows color (decimal): -842241 or 16721395. OLE color: 16721395.
HSL color Cylindrical-coordinate representation of color #F325FF: hue angle of 296.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325FF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 37 | 255 | - |
| CMYK | 0.05 | 0.85 | 0 | 0 |
| HSL | 296.7º | 1% | 0.57% | - |
| HSV(B) | 296.7º | 0.85% | 1% | - |
| XYZ | 55.67 | 27.6 | 97 | - |
| YUV | 123.45 | 202.25 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 255 | 0.05 | 0.85 | 0 | 0 | 296.7 | 1 | 0.57 |
| Hex | F3 | 25 | FF | 5 | 55 | 0 | 0 | 129 | 64 | 39 |
| Octal | 363 | 45 | 377 | 5 | 125 | 0 | 0 | 451 | 144 | 71 |
| Binary | 11110011 | 100101 | 11111111 | 101 | 1010101 | 0 | 0 | 100101001 | 1100100 | 111001 |
Color Harmonies of #F325FF
Complementary color
Monochromatic Colors of #F325FF
Black with #F325FF
Text Example
Text Example
White with #F325FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325FF; }
p { color: rgb(243,37,255); }
H1.HeaderClassName
{
color: #F325FF;
}
.AnyTagClassName
{
color: #F325FF;
}
</style>
background-color css
<style>
a { background-color: #F325FF; }
a { background-color: rgb(243,37,255); }
div.DivClassName
{
background-color: #F325FF;
}
.BgClassName
{
background-color: #F325FF;
}
</style>
border-color css
<style>
span { border-color: #F325FF; }
span { border-color: rgb(243,37,255); }
td.TdClassName
{
border-color: #F325FF;
}
.TagClassName
{
border-color: #F325FF;
}
</style>