Shades of Magenta #F632FF
Tints of Magenta #F632FF
RGB
CMYK
RGB Variations
Color information
#F632FF (or 0xF632FF) is known color: Magenta. HEX triplet: F6, 32 and FF. RGB value is (246,50,255). Sum of RGB (Red+Green+Blue) = 246+50+255=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 50 (19.92% from 255 or 9.07% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F632FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F632FF is #09CD00. Grayscale: #838383. Windows color (decimal): -642305 or 16724726. OLE color: 16724726.
HSL color Cylindrical-coordinate representation of color #F632FF: hue angle of 297.37º 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 #F632FF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 50 | 255 | - |
| CMYK | 0.04 | 0.80 | 0 | 0 |
| HSL | 297.37º | 1% | 0.6% | - |
| HSV(B) | 297.37º | 0.8% | 1% | - |
| XYZ | 57.2 | 29.09 | 97.21 | - |
| YUV | 131.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 255 | 0.04 | 0.80 | 0 | 0 | 297.37 | 1 | 0.6 |
| Hex | F6 | 32 | FF | 4 | 50 | 0 | 0 | 129 | 64 | 3C |
| Octal | 366 | 62 | 377 | 4 | 120 | 0 | 0 | 451 | 144 | 74 |
| Binary | 11110110 | 110010 | 11111111 | 100 | 1010000 | 0 | 0 | 100101001 | 1100100 | 111100 |
Color Harmonies of #F632FF
Complementary color
Monochromatic Colors of #F632FF
Black with #F632FF
Text Example
Text Example
White with #F632FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632FF; }
p { color: rgb(246,50,255); }
H1.HeaderClassName
{
color: #F632FF;
}
.AnyTagClassName
{
color: #F632FF;
}
</style>
background-color css
<style>
a { background-color: #F632FF; }
a { background-color: rgb(246,50,255); }
div.DivClassName
{
background-color: #F632FF;
}
.BgClassName
{
background-color: #F632FF;
}
</style>
border-color css
<style>
span { border-color: #F632FF; }
span { border-color: rgb(246,50,255); }
td.TdClassName
{
border-color: #F632FF;
}
.TagClassName
{
border-color: #F632FF;
}
</style>