Shades of Magenta #F61CE7
Tints of Magenta #F61CE7
RGB
CMYK
RGB Variations
Color information
#F61CE7 (or 0xF61CE7) is known color: Magenta. HEX triplet: F6, 1C and E7. RGB value is (246,28,231). Sum of RGB (Red+Green+Blue) = 246+28+231=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61CE7 is #09E318. Grayscale: #737373. Windows color (decimal): -647961 or 15146230. OLE color: 15146230.
HSL color Cylindrical-coordinate representation of color #F61CE7: hue angle of 304.13º 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 #F61CE7 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 231 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.04 |
| HSL | 304.13º | 0.92% | 0.54% | - |
| HSV(B) | 304.13º | 0.89% | 0.96% | - |
| XYZ | 52.85 | 26.19 | 77.87 | - |
| YUV | 116.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 231 | 0 | 0.89 | 0.06 | 0.04 | 304.13 | 0.92 | 0.54 |
| Hex | F6 | 1C | E7 | 0 | 59 | 6 | 4 | 130 | 5C | 36 |
| Octal | 366 | 34 | 347 | 0 | 131 | 6 | 4 | 460 | 134 | 66 |
| Binary | 11110110 | 11100 | 11100111 | 0 | 1011001 | 110 | 100 | 100110000 | 1011100 | 110110 |
Color Harmonies of #F61CE7
Complementary color
Monochromatic Colors of #F61CE7
Black with #F61CE7
Text Example
Text Example
White with #F61CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CE7; }
p { color: rgb(246,28,231); }
H1.HeaderClassName
{
color: #F61CE7;
}
.AnyTagClassName
{
color: #F61CE7;
}
</style>
background-color css
<style>
a { background-color: #F61CE7; }
a { background-color: rgb(246,28,231); }
div.DivClassName
{
background-color: #F61CE7;
}
.BgClassName
{
background-color: #F61CE7;
}
</style>
border-color css
<style>
span { border-color: #F61CE7; }
span { border-color: rgb(246,28,231); }
td.TdClassName
{
border-color: #F61CE7;
}
.TagClassName
{
border-color: #F61CE7;
}
</style>