Shades of Magenta #F626FF
Tints of Magenta #F626FF
RGB
CMYK
RGB Variations
Color information
#F626FF (or 0xF626FF) is known color: Magenta. HEX triplet: F6, 26 and FF. RGB value is (246,38,255). Sum of RGB (Red+Green+Blue) = 246+38+255=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 38 (15.23% from 255 or 7.05% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F626FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F626FF is #09D900. Grayscale: #7C7C7C. Windows color (decimal): -645377 or 16721654. OLE color: 16721654.
HSL color Cylindrical-coordinate representation of color #F626FF: hue angle of 297.51º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F626FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 38 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 297.51º | 1% | 0.57% | - |
| HSV(B) | 297.51º | 0.85% | 1% | - |
| XYZ | 56.75 | 28.2 | 97.06 | - |
| YUV | 124.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 255 | 0.04 | 0.85 | 0 | 0 | 297.51 | 1 | 0.57 |
| Hex | F6 | 26 | FF | 4 | 55 | 0 | 0 | 12A | 64 | 39 |
| Octal | 366 | 46 | 377 | 4 | 125 | 0 | 0 | 452 | 144 | 71 |
| Binary | 11110110 | 100110 | 11111111 | 100 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111001 |
Color Harmonies of #F626FF
Complementary color
Monochromatic Colors of #F626FF
Black with #F626FF
Text Example
Text Example
White with #F626FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F626FF; }
p { color: rgb(246,38,255); }
H1.HeaderClassName
{
color: #F626FF;
}
.AnyTagClassName
{
color: #F626FF;
}
</style>
background-color css
<style>
a { background-color: #F626FF; }
a { background-color: rgb(246,38,255); }
div.DivClassName
{
background-color: #F626FF;
}
.BgClassName
{
background-color: #F626FF;
}
</style>
border-color css
<style>
span { border-color: #F626FF; }
span { border-color: rgb(246,38,255); }
td.TdClassName
{
border-color: #F626FF;
}
.TagClassName
{
border-color: #F626FF;
}
</style>