Shades of Magenta #F603FA
Tints of Magenta #F603FA
RGB
CMYK
RGB Variations
Color information
#F603FA (or 0xF603FA) is known color: Magenta. HEX triplet: F6, 03 and FA. RGB value is (246,3,250). Sum of RGB (Red+Green+Blue) = 246+3+250=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 3 (1.56% from 255 or 0.60% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #F603FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F603FA is #09FC05. Grayscale: #676767. Windows color (decimal): -654342 or 16385014. OLE color: 16385014.
HSL color Cylindrical-coordinate representation of color #F603FA: hue angle of 299.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603FA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 3 | 250 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.02 |
| HSL | 299.03º | 0.98% | 0.5% | - |
| HSV(B) | 299.03º | 0.99% | 0.98% | - |
| XYZ | 55.29 | 26.56 | 92.65 | - |
| YUV | 103.82 | 210.51 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 250 | 0.02 | 0.99 | 0 | 0.02 | 299.03 | 0.98 | 0.5 |
| Hex | F6 | 3 | FA | 2 | 63 | 0 | 2 | 12B | 62 | 32 |
| Octal | 366 | 3 | 372 | 2 | 143 | 0 | 2 | 453 | 142 | 62 |
| Binary | 11110110 | 11 | 11111010 | 10 | 1100011 | 0 | 10 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F603FA
Complementary color
Monochromatic Colors of #F603FA
Black with #F603FA
Text Example
Text Example
White with #F603FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603FA; }
p { color: rgb(246,3,250); }
H1.HeaderClassName
{
color: #F603FA;
}
.AnyTagClassName
{
color: #F603FA;
}
</style>
background-color css
<style>
a { background-color: #F603FA; }
a { background-color: rgb(246,3,250); }
div.DivClassName
{
background-color: #F603FA;
}
.BgClassName
{
background-color: #F603FA;
}
</style>
border-color css
<style>
span { border-color: #F603FA; }
span { border-color: rgb(246,3,250); }
td.TdClassName
{
border-color: #F603FA;
}
.TagClassName
{
border-color: #F603FA;
}
</style>