Shades of Magenta #F632FA
Tints of Magenta #F632FA
RGB
CMYK
RGB Variations
Color information
#F632FA (or 0xF632FA) is known color: Magenta. HEX triplet: F6, 32 and FA. RGB value is (246,50,250). Sum of RGB (Red+Green+Blue) = 246+50+250=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 50 (19.92% from 255 or 9.16% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #F632FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F632FA is #09CD05. Grayscale: #828282. Windows color (decimal): -642310 or 16397046. OLE color: 16397046.
HSL color Cylindrical-coordinate representation of color #F632FA: hue angle of 298.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632FA is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 50 | 250 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.02 |
| HSL | 298.8º | 0.95% | 0.59% | - |
| HSV(B) | 298.8º | 0.8% | 0.98% | - |
| XYZ | 56.4 | 28.78 | 93.02 | - |
| YUV | 131.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 250 | 0.02 | 0.8 | 0 | 0.02 | 298.8 | 0.95 | 0.59 |
| Hex | F6 | 32 | FA | 2 | 50 | 0 | 2 | 12B | 5F | 3B |
| Octal | 366 | 62 | 372 | 2 | 120 | 0 | 2 | 453 | 137 | 73 |
| Binary | 11110110 | 110010 | 11111010 | 10 | 1010000 | 0 | 10 | 100101011 | 1011111 | 111011 |
Color Harmonies of #F632FA
Complementary color
Monochromatic Colors of #F632FA
Black with #F632FA
Text Example
Text Example
White with #F632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632FA; }
p { color: rgb(246,50,250); }
H1.HeaderClassName
{
color: #F632FA;
}
.AnyTagClassName
{
color: #F632FA;
}
</style>
background-color css
<style>
a { background-color: #F632FA; }
a { background-color: rgb(246,50,250); }
div.DivClassName
{
background-color: #F632FA;
}
.BgClassName
{
background-color: #F632FA;
}
</style>
border-color css
<style>
span { border-color: #F632FA; }
span { border-color: rgb(246,50,250); }
td.TdClassName
{
border-color: #F632FA;
}
.TagClassName
{
border-color: #F632FA;
}
</style>