Shades of Magenta #F628FB
Tints of Magenta #F628FB
RGB
CMYK
RGB Variations
Color information
#F628FB (or 0xF628FB) is known color: Magenta. HEX triplet: F6, 28 and FB. RGB value is (246,40,251). Sum of RGB (Red+Green+Blue) = 246+40+251=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 40 (16.02% from 255 or 7.45% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #F628FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F628FB is #09D704. Grayscale: #7D7D7D. Windows color (decimal): -644869 or 16460022. OLE color: 16460022.
HSL color Cylindrical-coordinate representation of color #F628FB: hue angle of 298.58º degrees, saturation: 0.96, 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 #F628FB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 40 | 251 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.58º | 0.96% | 0.57% | - |
| HSV(B) | 298.58º | 0.84% | 0.98% | - |
| XYZ | 56.18 | 28.08 | 93.73 | - |
| YUV | 125.65 | 198.75 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 251 | 0.02 | 0.84 | 0 | 0.02 | 298.58 | 0.96 | 0.57 |
| Hex | F6 | 28 | FB | 2 | 54 | 0 | 2 | 12B | 60 | 39 |
| Octal | 366 | 50 | 373 | 2 | 124 | 0 | 2 | 453 | 140 | 71 |
| Binary | 11110110 | 101000 | 11111011 | 10 | 1010100 | 0 | 10 | 100101011 | 1100000 | 111001 |
Color Harmonies of #F628FB
Complementary color
Monochromatic Colors of #F628FB
Black with #F628FB
Text Example
Text Example
White with #F628FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628FB; }
p { color: rgb(246,40,251); }
H1.HeaderClassName
{
color: #F628FB;
}
.AnyTagClassName
{
color: #F628FB;
}
</style>
background-color css
<style>
a { background-color: #F628FB; }
a { background-color: rgb(246,40,251); }
div.DivClassName
{
background-color: #F628FB;
}
.BgClassName
{
background-color: #F628FB;
}
</style>
border-color css
<style>
span { border-color: #F628FB; }
span { border-color: rgb(246,40,251); }
td.TdClassName
{
border-color: #F628FB;
}
.TagClassName
{
border-color: #F628FB;
}
</style>