Shades of Magenta #F607FE
Tints of Magenta #F607FE
RGB
CMYK
RGB Variations
Color information
#F607FE (or 0xF607FE) is known color: Magenta. HEX triplet: F6, 07 and FE. RGB value is (246,7,254). Sum of RGB (Red+Green+Blue) = 246+7+254=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 7 (3.12% from 255 or 1.38% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #F607FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F607FE is #09F801. Grayscale: #696969. Windows color (decimal): -653314 or 16648182. OLE color: 16648182.
HSL color Cylindrical-coordinate representation of color #F607FE: hue angle of 298.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F607FE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 7 | 254 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.00 |
| HSL | 298.06º | 0.99% | 0.51% | - |
| HSV(B) | 298.06º | 0.97% | 1% | - |
| XYZ | 55.97 | 26.9 | 96.01 | - |
| YUV | 106.62 | 211.18 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 254 | 0.03 | 0.97 | 0 | 0.00 | 298.06 | 0.99 | 0.51 |
| Hex | F6 | 7 | FE | 3 | 61 | 0 | 0 | 12A | 63 | 33 |
| Octal | 366 | 7 | 376 | 3 | 141 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110110 | 111 | 11111110 | 11 | 1100001 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F607FE
Complementary color
Monochromatic Colors of #F607FE
Black with #F607FE
Text Example
Text Example
White with #F607FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F607FE; }
p { color: rgb(246,7,254); }
H1.HeaderClassName
{
color: #F607FE;
}
.AnyTagClassName
{
color: #F607FE;
}
</style>
background-color css
<style>
a { background-color: #F607FE; }
a { background-color: rgb(246,7,254); }
div.DivClassName
{
background-color: #F607FE;
}
.BgClassName
{
background-color: #F607FE;
}
</style>
border-color css
<style>
span { border-color: #F607FE; }
span { border-color: rgb(246,7,254); }
td.TdClassName
{
border-color: #F607FE;
}
.TagClassName
{
border-color: #F607FE;
}
</style>