Shades of Magenta #F325FB
Tints of Magenta #F325FB
RGB
CMYK
RGB Variations
Color information
#F325FB (or 0xF325FB) is known color: Magenta. HEX triplet: F3, 25 and FB. RGB value is (243,37,251). Sum of RGB (Red+Green+Blue) = 243+37+251=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 37 (14.84% from 255 or 6.97% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #F325FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325FB is #0CDA04. Grayscale: #7A7A7A. Windows color (decimal): -842245 or 16459251. OLE color: 16459251.
HSL color Cylindrical-coordinate representation of color #F325FB: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325FB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 37 | 251 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.02 |
| HSL | 297.76º | 0.96% | 0.56% | - |
| HSV(B) | 297.76º | 0.85% | 0.98% | - |
| XYZ | 55.04 | 27.34 | 93.64 | - |
| YUV | 122.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 251 | 0.03 | 0.85 | 0 | 0.02 | 297.76 | 0.96 | 0.56 |
| Hex | F3 | 25 | FB | 3 | 55 | 0 | 2 | 12A | 60 | 38 |
| Octal | 363 | 45 | 373 | 3 | 125 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110011 | 100101 | 11111011 | 11 | 1010101 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F325FB
Complementary color
Monochromatic Colors of #F325FB
Black with #F325FB
Text Example
Text Example
White with #F325FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F325FB; }
p { color: rgb(243,37,251); }
H1.HeaderClassName
{
color: #F325FB;
}
.AnyTagClassName
{
color: #F325FB;
}
</style>
background-color css
<style>
a { background-color: #F325FB; }
a { background-color: rgb(243,37,251); }
div.DivClassName
{
background-color: #F325FB;
}
.BgClassName
{
background-color: #F325FB;
}
</style>
border-color css
<style>
span { border-color: #F325FB; }
span { border-color: rgb(243,37,251); }
td.TdClassName
{
border-color: #F325FB;
}
.TagClassName
{
border-color: #F325FB;
}
</style>