Shades of Magenta #F618FE
Tints of Magenta #F618FE
RGB
CMYK
RGB Variations
Color information
#F618FE (or 0xF618FE) is known color: Magenta. HEX triplet: F6, 18 and FE. RGB value is (246,24,254). Sum of RGB (Red+Green+Blue) = 246+24+254=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 24 (9.77% from 255 or 4.58% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #F618FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618FE is #09E701. Grayscale: #737373. Windows color (decimal): -648962 or 16652534. OLE color: 16652534.
HSL color Cylindrical-coordinate representation of color #F618FE: hue angle of 297.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F618FE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 24 | 254 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.00 |
| HSL | 297.91º | 0.99% | 0.55% | - |
| HSV(B) | 297.91º | 0.91% | 1% | - |
| XYZ | 56.22 | 27.4 | 96.09 | - |
| YUV | 116.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 254 | 0.03 | 0.91 | 0 | 0.00 | 297.91 | 0.99 | 0.55 |
| Hex | F6 | 18 | FE | 3 | 5B | 0 | 0 | 12A | 63 | 37 |
| Octal | 366 | 30 | 376 | 3 | 133 | 0 | 0 | 452 | 143 | 67 |
| Binary | 11110110 | 11000 | 11111110 | 11 | 1011011 | 0 | 0 | 100101010 | 1100011 | 110111 |
Color Harmonies of #F618FE
Complementary color
Monochromatic Colors of #F618FE
Black with #F618FE
Text Example
Text Example
White with #F618FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618FE; }
p { color: rgb(246,24,254); }
H1.HeaderClassName
{
color: #F618FE;
}
.AnyTagClassName
{
color: #F618FE;
}
</style>
background-color css
<style>
a { background-color: #F618FE; }
a { background-color: rgb(246,24,254); }
div.DivClassName
{
background-color: #F618FE;
}
.BgClassName
{
background-color: #F618FE;
}
</style>
border-color css
<style>
span { border-color: #F618FE; }
span { border-color: rgb(246,24,254); }
td.TdClassName
{
border-color: #F618FE;
}
.TagClassName
{
border-color: #F618FE;
}
</style>