Shades of Magenta #F325F8
Tints of Magenta #F325F8
RGB
CMYK
RGB Variations
Color information
#F325F8 (or 0xF325F8) is known color: Magenta. HEX triplet: F3, 25 and F8. RGB value is (243,37,248). Sum of RGB (Red+Green+Blue) = 243+37+248=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 37 (14.84% from 255 or 7.01% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #F325F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325F8 is #0CDA07. Grayscale: #7A7A7A. Windows color (decimal): -842248 or 16262643. OLE color: 16262643.
HSL color Cylindrical-coordinate representation of color #F325F8: hue angle of 298.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325F8 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 37 | 248 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.03 |
| HSL | 298.58º | 0.94% | 0.56% | - |
| HSV(B) | 298.58º | 0.85% | 0.97% | - |
| XYZ | 54.57 | 27.16 | 91.17 | - |
| YUV | 122.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 248 | 0.02 | 0.85 | 0 | 0.03 | 298.58 | 0.94 | 0.56 |
| Hex | F3 | 25 | F8 | 2 | 55 | 0 | 3 | 12B | 5E | 38 |
| Octal | 363 | 45 | 370 | 2 | 125 | 0 | 3 | 453 | 136 | 70 |
| Binary | 11110011 | 100101 | 11111000 | 10 | 1010101 | 0 | 11 | 100101011 | 1011110 | 111000 |
Color Harmonies of #F325F8
Complementary color
Monochromatic Colors of #F325F8
Black with #F325F8
Text Example
Text Example
White with #F325F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325F8; }
p { color: rgb(243,37,248); }
H1.HeaderClassName
{
color: #F325F8;
}
.AnyTagClassName
{
color: #F325F8;
}
</style>
background-color css
<style>
a { background-color: #F325F8; }
a { background-color: rgb(243,37,248); }
div.DivClassName
{
background-color: #F325F8;
}
.BgClassName
{
background-color: #F325F8;
}
</style>
border-color css
<style>
span { border-color: #F325F8; }
span { border-color: rgb(243,37,248); }
td.TdClassName
{
border-color: #F325F8;
}
.TagClassName
{
border-color: #F325F8;
}
</style>