Shades of Magenta #F628F4
Tints of Magenta #F628F4
RGB
CMYK
RGB Variations
Color information
#F628F4 (or 0xF628F4) is known color: Magenta. HEX triplet: F6, 28 and F4. RGB value is (246,40,244). Sum of RGB (Red+Green+Blue) = 246+40+244=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F628F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628F4 is #09D70B. Grayscale: #7C7C7C. Windows color (decimal): -644876 or 16001270. OLE color: 16001270.
HSL color Cylindrical-coordinate representation of color #F628F4: hue angle of 300.58º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F628F4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 244 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.04 |
| HSL | 300.58º | 0.92% | 0.56% | - |
| HSV(B) | 300.58º | 0.84% | 0.96% | - |
| XYZ | 55.09 | 27.64 | 88.02 | - |
| YUV | 124.85 | 195.25 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 244 | 0 | 0.84 | 0.01 | 0.04 | 300.58 | 0.92 | 0.56 |
| Hex | F6 | 28 | F4 | 0 | 54 | 1 | 4 | 12D | 5C | 38 |
| Octal | 366 | 50 | 364 | 0 | 124 | 1 | 4 | 455 | 134 | 70 |
| Binary | 11110110 | 101000 | 11110100 | 0 | 1010100 | 1 | 100 | 100101101 | 1011100 | 111000 |
Color Harmonies of #F628F4
Complementary color
Monochromatic Colors of #F628F4
Black with #F628F4
Text Example
Text Example
White with #F628F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628F4; }
p { color: rgb(246,40,244); }
H1.HeaderClassName
{
color: #F628F4;
}
.AnyTagClassName
{
color: #F628F4;
}
</style>
background-color css
<style>
a { background-color: #F628F4; }
a { background-color: rgb(246,40,244); }
div.DivClassName
{
background-color: #F628F4;
}
.BgClassName
{
background-color: #F628F4;
}
</style>
border-color css
<style>
span { border-color: #F628F4; }
span { border-color: rgb(246,40,244); }
td.TdClassName
{
border-color: #F628F4;
}
.TagClassName
{
border-color: #F628F4;
}
</style>