Shades of Magenta #F618FC
Tints of Magenta #F618FC
RGB
CMYK
RGB Variations
Color information
#F618FC (or 0xF618FC) is known color: Magenta. HEX triplet: F6, 18 and FC. RGB value is (246,24,252). Sum of RGB (Red+Green+Blue) = 246+24+252=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 24 (9.77% from 255 or 4.60% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #F618FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618FC is #09E703. Grayscale: #737373. Windows color (decimal): -648964 or 16521462. OLE color: 16521462.
HSL color Cylindrical-coordinate representation of color #F618FC: hue angle of 298.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618FC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 24 | 252 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.01 |
| HSL | 298.42º | 0.97% | 0.54% | - |
| HSV(B) | 298.42º | 0.9% | 0.99% | - |
| XYZ | 55.9 | 27.27 | 94.41 | - |
| YUV | 116.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 252 | 0.02 | 0.90 | 0 | 0.01 | 298.42 | 0.97 | 0.54 |
| Hex | F6 | 18 | FC | 2 | 5A | 0 | 1 | 12A | 61 | 36 |
| Octal | 366 | 30 | 374 | 2 | 132 | 0 | 1 | 452 | 141 | 66 |
| Binary | 11110110 | 11000 | 11111100 | 10 | 1011010 | 0 | 1 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F618FC
Complementary color
Monochromatic Colors of #F618FC
Black with #F618FC
Text Example
Text Example
White with #F618FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618FC; }
p { color: rgb(246,24,252); }
H1.HeaderClassName
{
color: #F618FC;
}
.AnyTagClassName
{
color: #F618FC;
}
</style>
background-color css
<style>
a { background-color: #F618FC; }
a { background-color: rgb(246,24,252); }
div.DivClassName
{
background-color: #F618FC;
}
.BgClassName
{
background-color: #F618FC;
}
</style>
border-color css
<style>
span { border-color: #F618FC; }
span { border-color: rgb(246,24,252); }
td.TdClassName
{
border-color: #F618FC;
}
.TagClassName
{
border-color: #F618FC;
}
</style>