Shades of Magenta #F603F8
Tints of Magenta #F603F8
RGB
CMYK
RGB Variations
Color information
#F603F8 (or 0xF603F8) is known color: Magenta. HEX triplet: F6, 03 and F8. RGB value is (246,3,248). Sum of RGB (Red+Green+Blue) = 246+3+248=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #F603F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F603F8 is #09FC07. Grayscale: #666666. Windows color (decimal): -654344 or 16253942. OLE color: 16253942.
HSL color Cylindrical-coordinate representation of color #F603F8: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603F8 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 3 | 248 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.03 |
| HSL | 299.51º | 0.98% | 0.49% | - |
| HSV(B) | 299.51º | 0.99% | 0.97% | - |
| XYZ | 54.98 | 26.44 | 91.01 | - |
| YUV | 103.59 | 209.51 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 248 | 0.01 | 0.99 | 0 | 0.03 | 299.51 | 0.98 | 0.49 |
| Hex | F6 | 3 | F8 | 1 | 63 | 0 | 3 | 12C | 62 | 31 |
| Octal | 366 | 3 | 370 | 1 | 143 | 0 | 3 | 454 | 142 | 61 |
| Binary | 11110110 | 11 | 11111000 | 1 | 1100011 | 0 | 11 | 100101100 | 1100010 | 110001 |
Color Harmonies of #F603F8
Complementary color
Monochromatic Colors of #F603F8
Black with #F603F8
Text Example
Text Example
White with #F603F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603F8; }
p { color: rgb(246,3,248); }
H1.HeaderClassName
{
color: #F603F8;
}
.AnyTagClassName
{
color: #F603F8;
}
</style>
background-color css
<style>
a { background-color: #F603F8; }
a { background-color: rgb(246,3,248); }
div.DivClassName
{
background-color: #F603F8;
}
.BgClassName
{
background-color: #F603F8;
}
</style>
border-color css
<style>
span { border-color: #F603F8; }
span { border-color: rgb(246,3,248); }
td.TdClassName
{
border-color: #F603F8;
}
.TagClassName
{
border-color: #F603F8;
}
</style>