Shades of Magenta #F328FB
Tints of Magenta #F328FB
RGB
CMYK
RGB Variations
Color information
#F328FB (or 0xF328FB) is known color: Magenta. HEX triplet: F3, 28 and FB. RGB value is (243,40,251). Sum of RGB (Red+Green+Blue) = 243+40+251=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #F328FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F328FB is #0CD704. Grayscale: #7C7C7C. Windows color (decimal): -841477 or 16460019. OLE color: 16460019.
HSL color Cylindrical-coordinate representation of color #F328FB: hue angle of 297.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F328FB is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 40 | 251 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.02 |
| HSL | 297.73º | 0.96% | 0.57% | - |
| HSV(B) | 297.73º | 0.84% | 0.98% | - |
| XYZ | 55.13 | 27.54 | 93.68 | - |
| YUV | 124.75 | 199.25 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 251 | 0.03 | 0.84 | 0 | 0.02 | 297.73 | 0.96 | 0.57 |
| Hex | F3 | 28 | FB | 3 | 54 | 0 | 2 | 12A | 60 | 39 |
| Octal | 363 | 50 | 373 | 3 | 124 | 0 | 2 | 452 | 140 | 71 |
| Binary | 11110011 | 101000 | 11111011 | 11 | 1010100 | 0 | 10 | 100101010 | 1100000 | 111001 |
Color Harmonies of #F328FB
Complementary color
Monochromatic Colors of #F328FB
Black with #F328FB
Text Example
Text Example
White with #F328FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F328FB; }
p { color: rgb(243,40,251); }
H1.HeaderClassName
{
color: #F328FB;
}
.AnyTagClassName
{
color: #F328FB;
}
</style>
background-color css
<style>
a { background-color: #F328FB; }
a { background-color: rgb(243,40,251); }
div.DivClassName
{
background-color: #F328FB;
}
.BgClassName
{
background-color: #F328FB;
}
</style>
border-color css
<style>
span { border-color: #F328FB; }
span { border-color: rgb(243,40,251); }
td.TdClassName
{
border-color: #F328FB;
}
.TagClassName
{
border-color: #F328FB;
}
</style>