Shades of Magenta #F333FF
Tints of Magenta #F333FF
RGB
CMYK
RGB Variations
Color information
#F333FF (or 0xF333FF) is known color: Magenta. HEX triplet: F3, 33 and FF. RGB value is (243,51,255). Sum of RGB (Red+Green+Blue) = 243+51+255=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 51 (20.31% from 255 or 9.29% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #F333FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F333FF is #0CCC00. Grayscale: #838383. Windows color (decimal): -838657 or 16724979. OLE color: 16724979.
HSL color Cylindrical-coordinate representation of color #F333FF: hue angle of 296.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F333FF is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 51 | 255 | - |
| CMYK | 0.05 | 0.8 | 0 | 0 |
| HSL | 296.47º | 1% | 0.6% | - |
| HSV(B) | 296.47º | 0.8% | 1% | - |
| XYZ | 56.2 | 28.64 | 97.17 | - |
| YUV | 131.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 255 | 0.05 | 0.8 | 0 | 0 | 296.47 | 1 | 0.6 |
| Hex | F3 | 33 | FF | 5 | 50 | 0 | 0 | 128 | 64 | 3C |
| Octal | 363 | 63 | 377 | 5 | 120 | 0 | 0 | 450 | 144 | 74 |
| Binary | 11110011 | 110011 | 11111111 | 101 | 1010000 | 0 | 0 | 100101000 | 1100100 | 111100 |
Color Harmonies of #F333FF
Complementary color
Monochromatic Colors of #F333FF
Black with #F333FF
Text Example
Text Example
White with #F333FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333FF; }
p { color: rgb(243,51,255); }
H1.HeaderClassName
{
color: #F333FF;
}
.AnyTagClassName
{
color: #F333FF;
}
</style>
background-color css
<style>
a { background-color: #F333FF; }
a { background-color: rgb(243,51,255); }
div.DivClassName
{
background-color: #F333FF;
}
.BgClassName
{
background-color: #F333FF;
}
</style>
border-color css
<style>
span { border-color: #F333FF; }
span { border-color: rgb(243,51,255); }
td.TdClassName
{
border-color: #F333FF;
}
.TagClassName
{
border-color: #F333FF;
}
</style>