Shades of Magenta #F61CED
Tints of Magenta #F61CED
RGB
CMYK
RGB Variations
Color information
#F61CED (or 0xF61CED) is known color: Magenta. HEX triplet: F6, 1C and ED. RGB value is (246,28,237). Sum of RGB (Red+Green+Blue) = 246+28+237=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 28 (11.33% from 255 or 5.48% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CED is #09E312. Grayscale: #747474. Windows color (decimal): -647955 or 15539446. OLE color: 15539446.
HSL color Cylindrical-coordinate representation of color #F61CED: hue angle of 302.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61CED is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 237 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.04 |
| HSL | 302.48º | 0.92% | 0.54% | - |
| HSV(B) | 302.48º | 0.89% | 0.96% | - |
| XYZ | 53.71 | 26.54 | 82.41 | - |
| YUV | 117.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 237 | 0 | 0.89 | 0.04 | 0.04 | 302.48 | 0.92 | 0.54 |
| Hex | F6 | 1C | ED | 0 | 59 | 4 | 4 | 12E | 5C | 36 |
| Octal | 366 | 34 | 355 | 0 | 131 | 4 | 4 | 456 | 134 | 66 |
| Binary | 11110110 | 11100 | 11101101 | 0 | 1011001 | 100 | 100 | 100101110 | 1011100 | 110110 |
Color Harmonies of #F61CED
Complementary color
Monochromatic Colors of #F61CED
Black with #F61CED
Text Example
Text Example
White with #F61CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CED; }
p { color: rgb(246,28,237); }
H1.HeaderClassName
{
color: #F61CED;
}
.AnyTagClassName
{
color: #F61CED;
}
</style>
background-color css
<style>
a { background-color: #F61CED; }
a { background-color: rgb(246,28,237); }
div.DivClassName
{
background-color: #F61CED;
}
.BgClassName
{
background-color: #F61CED;
}
</style>
border-color css
<style>
span { border-color: #F61CED; }
span { border-color: rgb(246,28,237); }
td.TdClassName
{
border-color: #F61CED;
}
.TagClassName
{
border-color: #F61CED;
}
</style>