Shades of Magenta #F330FB
Tints of Magenta #F330FB
RGB
CMYK
RGB Variations
Color information
#F330FB (or 0xF330FB) is known color: Magenta. HEX triplet: F3, 30 and FB. RGB value is (243,48,251). Sum of RGB (Red+Green+Blue) = 243+48+251=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #F330FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F330FB is #0CCF04. Grayscale: #808080. Windows color (decimal): -839429 or 16462067. OLE color: 16462067.
HSL color Cylindrical-coordinate representation of color #F330FB: hue angle of 297.64º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F330FB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 48 | 251 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.02 |
| HSL | 297.64º | 0.96% | 0.59% | - |
| HSV(B) | 297.64º | 0.81% | 0.98% | - |
| XYZ | 55.43 | 28.13 | 93.78 | - |
| YUV | 129.45 | 196.6 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 251 | 0.03 | 0.81 | 0 | 0.02 | 297.64 | 0.96 | 0.59 |
| Hex | F3 | 30 | FB | 3 | 51 | 0 | 2 | 12A | 60 | 3B |
| Octal | 363 | 60 | 373 | 3 | 121 | 0 | 2 | 452 | 140 | 73 |
| Binary | 11110011 | 110000 | 11111011 | 11 | 1010001 | 0 | 10 | 100101010 | 1100000 | 111011 |
Color Harmonies of #F330FB
Complementary color
Monochromatic Colors of #F330FB
Black with #F330FB
Text Example
Text Example
White with #F330FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F330FB; }
p { color: rgb(243,48,251); }
H1.HeaderClassName
{
color: #F330FB;
}
.AnyTagClassName
{
color: #F330FB;
}
</style>
background-color css
<style>
a { background-color: #F330FB; }
a { background-color: rgb(243,48,251); }
div.DivClassName
{
background-color: #F330FB;
}
.BgClassName
{
background-color: #F330FB;
}
</style>
border-color css
<style>
span { border-color: #F330FB; }
span { border-color: rgb(243,48,251); }
td.TdClassName
{
border-color: #F330FB;
}
.TagClassName
{
border-color: #F330FB;
}
</style>