Shades of Magenta #F608F8
Tints of Magenta #F608F8
RGB
CMYK
RGB Variations
Color information
#F608F8 (or 0xF608F8) is known color: Magenta. HEX triplet: F6, 08 and F8. RGB value is (246,8,248). Sum of RGB (Red+Green+Blue) = 246+8+248=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 8 (3.52% from 255 or 1.59% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #F608F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F608F8 is #09F707. Grayscale: #696969. Windows color (decimal): -653064 or 16255222. OLE color: 16255222.
HSL color Cylindrical-coordinate representation of color #F608F8: hue angle of 299.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608F8 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 8 | 248 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.03 |
| HSL | 299.5º | 0.94% | 0.5% | - |
| HSV(B) | 299.5º | 0.97% | 0.97% | - |
| XYZ | 55.04 | 26.54 | 91.03 | - |
| YUV | 106.52 | 207.85 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 248 | 0.01 | 0.97 | 0 | 0.03 | 299.5 | 0.94 | 0.5 |
| Hex | F6 | 8 | F8 | 1 | 61 | 0 | 3 | 12C | 5E | 32 |
| Octal | 366 | 10 | 370 | 1 | 141 | 0 | 3 | 454 | 136 | 62 |
| Binary | 11110110 | 1000 | 11111000 | 1 | 1100001 | 0 | 11 | 100101100 | 1011110 | 110010 |
Color Harmonies of #F608F8
Complementary color
Monochromatic Colors of #F608F8
Black with #F608F8
Text Example
Text Example
White with #F608F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608F8; }
p { color: rgb(246,8,248); }
H1.HeaderClassName
{
color: #F608F8;
}
.AnyTagClassName
{
color: #F608F8;
}
</style>
background-color css
<style>
a { background-color: #F608F8; }
a { background-color: rgb(246,8,248); }
div.DivClassName
{
background-color: #F608F8;
}
.BgClassName
{
background-color: #F608F8;
}
</style>
border-color css
<style>
span { border-color: #F608F8; }
span { border-color: rgb(246,8,248); }
td.TdClassName
{
border-color: #F608F8;
}
.TagClassName
{
border-color: #F608F8;
}
</style>