Shades of Magenta #F328F8
Tints of Magenta #F328F8
RGB
CMYK
RGB Variations
Color information
#F328F8 (or 0xF328F8) is known color: Magenta. HEX triplet: F3, 28 and F8. RGB value is (243,40,248). Sum of RGB (Red+Green+Blue) = 243+40+248=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 40 (16.02% from 255 or 7.53% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #F328F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328F8 is #0CD707. Grayscale: #7B7B7B. Windows color (decimal): -841480 or 16263411. OLE color: 16263411.
HSL color Cylindrical-coordinate representation of color #F328F8: hue angle of 298.56º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328F8 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 40 | 248 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.03 |
| HSL | 298.56º | 0.94% | 0.56% | - |
| HSV(B) | 298.56º | 0.84% | 0.97% | - |
| XYZ | 54.66 | 27.35 | 91.2 | - |
| YUV | 124.41 | 197.75 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 248 | 0.02 | 0.84 | 0 | 0.03 | 298.56 | 0.94 | 0.56 |
| Hex | F3 | 28 | F8 | 2 | 54 | 0 | 3 | 12B | 5E | 38 |
| Octal | 363 | 50 | 370 | 2 | 124 | 0 | 3 | 453 | 136 | 70 |
| Binary | 11110011 | 101000 | 11111000 | 10 | 1010100 | 0 | 11 | 100101011 | 1011110 | 111000 |
Color Harmonies of #F328F8
Complementary color
Monochromatic Colors of #F328F8
Black with #F328F8
Text Example
Text Example
White with #F328F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328F8; }
p { color: rgb(243,40,248); }
H1.HeaderClassName
{
color: #F328F8;
}
.AnyTagClassName
{
color: #F328F8;
}
</style>
background-color css
<style>
a { background-color: #F328F8; }
a { background-color: rgb(243,40,248); }
div.DivClassName
{
background-color: #F328F8;
}
.BgClassName
{
background-color: #F328F8;
}
</style>
border-color css
<style>
span { border-color: #F328F8; }
span { border-color: rgb(243,40,248); }
td.TdClassName
{
border-color: #F328F8;
}
.TagClassName
{
border-color: #F328F8;
}
</style>