Shades of Magenta #F603FF
Tints of Magenta #F603FF
RGB
CMYK
RGB Variations
Color information
#F603FF (or 0xF603FF) is known color: Magenta. HEX triplet: F6, 03 and FF. RGB value is (246,3,255). Sum of RGB (Red+Green+Blue) = 246+3+255=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 3 (1.56% from 255 or 0.60% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #F603FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F603FF is #09FC00. Grayscale: #676767. Windows color (decimal): -654337 or 16712694. OLE color: 16712694.
HSL color Cylindrical-coordinate representation of color #F603FF: hue angle of 297.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603FF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 3 | 255 | - |
| CMYK | 0.04 | 0.99 | 0 | 0 |
| HSL | 297.86º | 1% | 0.51% | - |
| HSV(B) | 297.86º | 0.99% | 1% | - |
| XYZ | 56.09 | 26.88 | 96.84 | - |
| YUV | 104.39 | 213.01 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 255 | 0.04 | 0.99 | 0 | 0 | 297.86 | 1 | 0.51 |
| Hex | F6 | 3 | FF | 4 | 63 | 0 | 0 | 12A | 64 | 33 |
| Octal | 366 | 3 | 377 | 4 | 143 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110110 | 11 | 11111111 | 100 | 1100011 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F603FF
Complementary color
Monochromatic Colors of #F603FF
Black with #F603FF
Text Example
Text Example
White with #F603FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603FF; }
p { color: rgb(246,3,255); }
H1.HeaderClassName
{
color: #F603FF;
}
.AnyTagClassName
{
color: #F603FF;
}
</style>
background-color css
<style>
a { background-color: #F603FF; }
a { background-color: rgb(246,3,255); }
div.DivClassName
{
background-color: #F603FF;
}
.BgClassName
{
background-color: #F603FF;
}
</style>
border-color css
<style>
span { border-color: #F603FF; }
span { border-color: rgb(246,3,255); }
td.TdClassName
{
border-color: #F603FF;
}
.TagClassName
{
border-color: #F603FF;
}
</style>