Shades of Magenta #F600FD
Tints of Magenta #F600FD
RGB
CMYK
RGB Variations
Color information
#F600FD (or 0xF600FD) is known color: Magenta. HEX triplet: F6, 00 and FD. RGB value is (246,0,253). Sum of RGB (Red+Green+Blue) = 246+0+253=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 0 (0.39% from 255 or 0% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #F600FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600FD is #09FF02. Grayscale: #656565. Windows color (decimal): -655107 or 16580854. OLE color: 16580854.
HSL color Cylindrical-coordinate representation of color #F600FD: hue angle of 298.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600FD is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 0 | 253 | - |
| CMYK | 0.03 | 1 | 0 | 0.01 |
| HSL | 298.34º | 1% | 0.5% | - |
| HSV(B) | 298.34º | 1% | 0.99% | - |
| XYZ | 55.74 | 26.68 | 95.14 | - |
| YUV | 102.4 | 213 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 253 | 0.03 | 1 | 0 | 0.01 | 298.34 | 1 | 0.5 |
| Hex | F6 | 0 | FD | 3 | 64 | 0 | 1 | 12A | 64 | 32 |
| Octal | 366 | 0 | 375 | 3 | 144 | 0 | 1 | 452 | 144 | 62 |
| Binary | 11110110 | 0 | 11111101 | 11 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F600FD
Complementary color
Monochromatic Colors of #F600FD
Black with #F600FD
Text Example
Text Example
White with #F600FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600FD; }
p { color: rgb(246,0,253); }
H1.HeaderClassName
{
color: #F600FD;
}
.AnyTagClassName
{
color: #F600FD;
}
</style>
background-color css
<style>
a { background-color: #F600FD; }
a { background-color: rgb(246,0,253); }
div.DivClassName
{
background-color: #F600FD;
}
.BgClassName
{
background-color: #F600FD;
}
</style>
border-color css
<style>
span { border-color: #F600FD; }
span { border-color: rgb(246,0,253); }
td.TdClassName
{
border-color: #F600FD;
}
.TagClassName
{
border-color: #F600FD;
}
</style>