Shades of Magenta #F628FA
Tints of Magenta #F628FA
RGB
CMYK
RGB Variations
Color information
#F628FA (or 0xF628FA) is known color: Magenta. HEX triplet: F6, 28 and FA. RGB value is (246,40,250). Sum of RGB (Red+Green+Blue) = 246+40+250=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 40 (16.02% from 255 or 7.46% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #F628FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628FA is #09D705. Grayscale: #7C7C7C. Windows color (decimal): -644870 or 16394486. OLE color: 16394486.
HSL color Cylindrical-coordinate representation of color #F628FA: hue angle of 298.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F628FA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 40 | 250 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.86º | 0.95% | 0.57% | - |
| HSV(B) | 298.86º | 0.84% | 0.98% | - |
| XYZ | 56.02 | 28.01 | 92.9 | - |
| YUV | 125.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 250 | 0.02 | 0.84 | 0 | 0.02 | 298.86 | 0.95 | 0.57 |
| Hex | F6 | 28 | FA | 2 | 54 | 0 | 2 | 12B | 5F | 39 |
| Octal | 366 | 50 | 372 | 2 | 124 | 0 | 2 | 453 | 137 | 71 |
| Binary | 11110110 | 101000 | 11111010 | 10 | 1010100 | 0 | 10 | 100101011 | 1011111 | 111001 |
Color Harmonies of #F628FA
Complementary color
Monochromatic Colors of #F628FA
Black with #F628FA
Text Example
Text Example
White with #F628FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628FA; }
p { color: rgb(246,40,250); }
H1.HeaderClassName
{
color: #F628FA;
}
.AnyTagClassName
{
color: #F628FA;
}
</style>
background-color css
<style>
a { background-color: #F628FA; }
a { background-color: rgb(246,40,250); }
div.DivClassName
{
background-color: #F628FA;
}
.BgClassName
{
background-color: #F628FA;
}
</style>
border-color css
<style>
span { border-color: #F628FA; }
span { border-color: rgb(246,40,250); }
td.TdClassName
{
border-color: #F628FA;
}
.TagClassName
{
border-color: #F628FA;
}
</style>