Shades of Magenta #F632FD
Tints of Magenta #F632FD
RGB
CMYK
RGB Variations
Color information
#F632FD (or 0xF632FD) is known color: Magenta. HEX triplet: F6, 32 and FD. RGB value is (246,50,253). Sum of RGB (Red+Green+Blue) = 246+50+253=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 50 (19.92% from 255 or 9.11% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #F632FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F632FD is #09CD02. Grayscale: #838383. Windows color (decimal): -642307 or 16593654. OLE color: 16593654.
HSL color Cylindrical-coordinate representation of color #F632FD: hue angle of 297.93º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632FD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 50 | 253 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.01 |
| HSL | 297.93º | 0.98% | 0.59% | - |
| HSV(B) | 297.93º | 0.8% | 0.99% | - |
| XYZ | 56.88 | 28.97 | 95.52 | - |
| YUV | 131.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 253 | 0.03 | 0.80 | 0 | 0.01 | 297.93 | 0.98 | 0.59 |
| Hex | F6 | 32 | FD | 3 | 50 | 0 | 1 | 12A | 62 | 3B |
| Octal | 366 | 62 | 375 | 3 | 120 | 0 | 1 | 452 | 142 | 73 |
| Binary | 11110110 | 110010 | 11111101 | 11 | 1010000 | 0 | 1 | 100101010 | 1100010 | 111011 |
Color Harmonies of #F632FD
Complementary color
Monochromatic Colors of #F632FD
Black with #F632FD
Text Example
Text Example
White with #F632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F632FD; }
p { color: rgb(246,50,253); }
H1.HeaderClassName
{
color: #F632FD;
}
.AnyTagClassName
{
color: #F632FD;
}
</style>
background-color css
<style>
a { background-color: #F632FD; }
a { background-color: rgb(246,50,253); }
div.DivClassName
{
background-color: #F632FD;
}
.BgClassName
{
background-color: #F632FD;
}
</style>
border-color css
<style>
span { border-color: #F632FD; }
span { border-color: rgb(246,50,253); }
td.TdClassName
{
border-color: #F632FD;
}
.TagClassName
{
border-color: #F632FD;
}
</style>