Shades of Magenta #F628FE
Tints of Magenta #F628FE
RGB
CMYK
RGB Variations
Color information
#F628FE (or 0xF628FE) is known color: Magenta. HEX triplet: F6, 28 and FE. RGB value is (246,40,254). Sum of RGB (Red+Green+Blue) = 246+40+254=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 40 (16.02% from 255 or 7.41% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #F628FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628FE is #09D701. Grayscale: #7D7D7D. Windows color (decimal): -644866 or 16656630. OLE color: 16656630.
HSL color Cylindrical-coordinate representation of color #F628FE: hue angle of 297.76º 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 #F628FE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 40 | 254 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.00 |
| HSL | 297.76º | 0.99% | 0.58% | - |
| HSV(B) | 297.76º | 0.84% | 1% | - |
| XYZ | 56.65 | 28.27 | 96.24 | - |
| YUV | 125.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 254 | 0.03 | 0.84 | 0 | 0.00 | 297.76 | 0.99 | 0.58 |
| Hex | F6 | 28 | FE | 3 | 54 | 0 | 0 | 12A | 63 | 3A |
| Octal | 366 | 50 | 376 | 3 | 124 | 0 | 0 | 452 | 143 | 72 |
| Binary | 11110110 | 101000 | 11111110 | 11 | 1010100 | 0 | 0 | 100101010 | 1100011 | 111010 |
Color Harmonies of #F628FE
Complementary color
Monochromatic Colors of #F628FE
Black with #F628FE
Text Example
Text Example
White with #F628FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628FE; }
p { color: rgb(246,40,254); }
H1.HeaderClassName
{
color: #F628FE;
}
.AnyTagClassName
{
color: #F628FE;
}
</style>
background-color css
<style>
a { background-color: #F628FE; }
a { background-color: rgb(246,40,254); }
div.DivClassName
{
background-color: #F628FE;
}
.BgClassName
{
background-color: #F628FE;
}
</style>
border-color css
<style>
span { border-color: #F628FE; }
span { border-color: rgb(246,40,254); }
td.TdClassName
{
border-color: #F628FE;
}
.TagClassName
{
border-color: #F628FE;
}
</style>