Shades of Magenta #FA33FF
Tints of Magenta #FA33FF
RGB
CMYK
RGB Variations
Color information
#FA33FF (or 0xFA33FF) is known color: Magenta. HEX triplet: FA, 33 and FF. RGB value is (250,51,255). Sum of RGB (Red+Green+Blue) = 250+51+255=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 51 (20.31% from 255 or 9.17% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA33FF is #05CC00. Grayscale: #858585. Windows color (decimal): -379905 or 16724986. OLE color: 16724986.
HSL color Cylindrical-coordinate representation of color #FA33FF: hue angle of 298.53º 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 #FA33FF is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 51 | 255 | - |
| CMYK | 0.02 | 0.8 | 0 | 0 |
| HSL | 298.53º | 1% | 0.6% | - |
| HSV(B) | 298.53º | 0.8% | 1% | - |
| XYZ | 58.66 | 29.91 | 97.29 | - |
| YUV | 133.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 255 | 0.02 | 0.8 | 0 | 0 | 298.53 | 1 | 0.6 |
| Hex | FA | 33 | FF | 2 | 50 | 0 | 0 | 12B | 64 | 3C |
| Octal | 372 | 63 | 377 | 2 | 120 | 0 | 0 | 453 | 144 | 74 |
| Binary | 11111010 | 110011 | 11111111 | 10 | 1010000 | 0 | 0 | 100101011 | 1100100 | 111100 |
Color Harmonies of #FA33FF
Complementary color
Monochromatic Colors of #FA33FF
Black with #FA33FF
Text Example
Text Example
White with #FA33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA33FF; }
p { color: rgb(250,51,255); }
H1.HeaderClassName
{
color: #FA33FF;
}
.AnyTagClassName
{
color: #FA33FF;
}
</style>
background-color css
<style>
a { background-color: #FA33FF; }
a { background-color: rgb(250,51,255); }
div.DivClassName
{
background-color: #FA33FF;
}
.BgClassName
{
background-color: #FA33FF;
}
</style>
border-color css
<style>
span { border-color: #FA33FF; }
span { border-color: rgb(250,51,255); }
td.TdClassName
{
border-color: #FA33FF;
}
.TagClassName
{
border-color: #FA33FF;
}
</style>