Shades of Magenta #F603FD
Tints of Magenta #F603FD
RGB
CMYK
RGB Variations
Color information
#F603FD (or 0xF603FD) is known color: Magenta. HEX triplet: F6, 03 and FD. RGB value is (246,3,253). Sum of RGB (Red+Green+Blue) = 246+3+253=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 3 (1.56% from 255 or 0.60% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #F603FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F603FD is #09FC02. Grayscale: #676767. Windows color (decimal): -654339 or 16581622. OLE color: 16581622.
HSL color Cylindrical-coordinate representation of color #F603FD: hue angle of 298.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603FD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 3 | 253 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.01 |
| HSL | 298.32º | 0.98% | 0.5% | - |
| HSV(B) | 298.32º | 0.99% | 0.99% | - |
| XYZ | 55.77 | 26.75 | 95.15 | - |
| YUV | 104.16 | 212.01 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 253 | 0.03 | 0.99 | 0 | 0.01 | 298.32 | 0.98 | 0.5 |
| Hex | F6 | 3 | FD | 3 | 63 | 0 | 1 | 12A | 62 | 32 |
| Octal | 366 | 3 | 375 | 3 | 143 | 0 | 1 | 452 | 142 | 62 |
| Binary | 11110110 | 11 | 11111101 | 11 | 1100011 | 0 | 1 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F603FD
Complementary color
Monochromatic Colors of #F603FD
Black with #F603FD
Text Example
Text Example
White with #F603FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603FD; }
p { color: rgb(246,3,253); }
H1.HeaderClassName
{
color: #F603FD;
}
.AnyTagClassName
{
color: #F603FD;
}
</style>
background-color css
<style>
a { background-color: #F603FD; }
a { background-color: rgb(246,3,253); }
div.DivClassName
{
background-color: #F603FD;
}
.BgClassName
{
background-color: #F603FD;
}
</style>
border-color css
<style>
span { border-color: #F603FD; }
span { border-color: rgb(246,3,253); }
td.TdClassName
{
border-color: #F603FD;
}
.TagClassName
{
border-color: #F603FD;
}
</style>