Shades of Magenta #F629FE
Tints of Magenta #F629FE
RGB
CMYK
RGB Variations
Color information
#F629FE (or 0xF629FE) is known color: Magenta. HEX triplet: F6, 29 and FE. RGB value is (246,41,254). Sum of RGB (Red+Green+Blue) = 246+41+254=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 41 (16.41% from 255 or 7.58% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #F629FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F629FE is #09D601. Grayscale: #7D7D7D. Windows color (decimal): -644610 or 16656886. OLE color: 16656886.
HSL color Cylindrical-coordinate representation of color #F629FE: hue angle of 297.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F629FE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 41 | 254 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.00 |
| HSL | 297.75º | 0.99% | 0.58% | - |
| HSV(B) | 297.75º | 0.84% | 1% | - |
| XYZ | 56.69 | 28.33 | 96.25 | - |
| YUV | 126.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 254 | 0.03 | 0.84 | 0 | 0.00 | 297.75 | 0.99 | 0.58 |
| Hex | F6 | 29 | FE | 3 | 54 | 0 | 0 | 12A | 63 | 3A |
| Octal | 366 | 51 | 376 | 3 | 124 | 0 | 0 | 452 | 143 | 72 |
| Binary | 11110110 | 101001 | 11111110 | 11 | 1010100 | 0 | 0 | 100101010 | 1100011 | 111010 |
Color Harmonies of #F629FE
Complementary color
Monochromatic Colors of #F629FE
Black with #F629FE
Text Example
Text Example
White with #F629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629FE; }
p { color: rgb(246,41,254); }
H1.HeaderClassName
{
color: #F629FE;
}
.AnyTagClassName
{
color: #F629FE;
}
</style>
background-color css
<style>
a { background-color: #F629FE; }
a { background-color: rgb(246,41,254); }
div.DivClassName
{
background-color: #F629FE;
}
.BgClassName
{
background-color: #F629FE;
}
</style>
border-color css
<style>
span { border-color: #F629FE; }
span { border-color: rgb(246,41,254); }
td.TdClassName
{
border-color: #F629FE;
}
.TagClassName
{
border-color: #F629FE;
}
</style>