Shades of Magenta #F61CFF
Tints of Magenta #F61CFF
RGB
CMYK
RGB Variations
Color information
#F61CFF (or 0xF61CFF) is known color: Magenta. HEX triplet: F6, 1C and FF. RGB value is (246,28,255). Sum of RGB (Red+Green+Blue) = 246+28+255=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 28 (11.33% from 255 or 5.29% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #F61CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CFF is #09E300. Grayscale: #767676. Windows color (decimal): -647937 or 16719094. OLE color: 16719094.
HSL color Cylindrical-coordinate representation of color #F61CFF: hue angle of 297.62º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61CFF is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 28 | 255 | - |
| CMYK | 0.04 | 0.89 | 0 | 0 |
| HSL | 297.62º | 1% | 0.55% | - |
| HSV(B) | 297.62º | 0.89% | 1% | - |
| XYZ | 56.47 | 27.64 | 96.97 | - |
| YUV | 119.06 | 204.72 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 255 | 0.04 | 0.89 | 0 | 0 | 297.62 | 1 | 0.55 |
| Hex | F6 | 1C | FF | 4 | 59 | 0 | 0 | 12A | 64 | 37 |
| Octal | 366 | 34 | 377 | 4 | 131 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110110 | 11100 | 11111111 | 100 | 1011001 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F61CFF
Complementary color
Monochromatic Colors of #F61CFF
Black with #F61CFF
Text Example
Text Example
White with #F61CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CFF; }
p { color: rgb(246,28,255); }
H1.HeaderClassName
{
color: #F61CFF;
}
.AnyTagClassName
{
color: #F61CFF;
}
</style>
background-color css
<style>
a { background-color: #F61CFF; }
a { background-color: rgb(246,28,255); }
div.DivClassName
{
background-color: #F61CFF;
}
.BgClassName
{
background-color: #F61CFF;
}
</style>
border-color css
<style>
span { border-color: #F61CFF; }
span { border-color: rgb(246,28,255); }
td.TdClassName
{
border-color: #F61CFF;
}
.TagClassName
{
border-color: #F61CFF;
}
</style>