Shades of Magenta #F628FF
Tints of Magenta #F628FF
RGB
CMYK
RGB Variations
Color information
#F628FF (or 0xF628FF) is known color: Magenta. HEX triplet: F6, 28 and FF. RGB value is (246,40,255). Sum of RGB (Red+Green+Blue) = 246+40+255=541 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.47% from 541); Green value is 40 (16.02% from 255 or 7.39% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F628FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628FF is #09D700. Grayscale: #7D7D7D. Windows color (decimal): -644865 or 16722166. OLE color: 16722166.
HSL color Cylindrical-coordinate representation of color #F628FF: hue angle of 297.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F628FF is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 40 | 255 | - |
| CMYK | 0.04 | 0.84 | 0 | 0 |
| HSL | 297.49º | 1% | 0.58% | - |
| HSV(B) | 297.49º | 0.84% | 1% | - |
| XYZ | 56.81 | 28.33 | 97.08 | - |
| YUV | 126.1 | 200.75 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 255 | 0.04 | 0.84 | 0 | 0 | 297.49 | 1 | 0.58 |
| Hex | F6 | 28 | FF | 4 | 54 | 0 | 0 | 129 | 64 | 3A |
| Octal | 366 | 50 | 377 | 4 | 124 | 0 | 0 | 451 | 144 | 72 |
| Binary | 11110110 | 101000 | 11111111 | 100 | 1010100 | 0 | 0 | 100101001 | 1100100 | 111010 |
Color Harmonies of #F628FF
Complementary color
Monochromatic Colors of #F628FF
Black with #F628FF
Text Example
Text Example
White with #F628FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628FF; }
p { color: rgb(246,40,255); }
H1.HeaderClassName
{
color: #F628FF;
}
.AnyTagClassName
{
color: #F628FF;
}
</style>
background-color css
<style>
a { background-color: #F628FF; }
a { background-color: rgb(246,40,255); }
div.DivClassName
{
background-color: #F628FF;
}
.BgClassName
{
background-color: #F628FF;
}
</style>
border-color css
<style>
span { border-color: #F628FF; }
span { border-color: rgb(246,40,255); }
td.TdClassName
{
border-color: #F628FF;
}
.TagClassName
{
border-color: #F628FF;
}
</style>