Shades of Magenta #F618FF
Tints of Magenta #F618FF
RGB
CMYK
RGB Variations
Color information
#F618FF (or 0xF618FF) is known color: Magenta. HEX triplet: F6, 18 and FF. RGB value is (246,24,255). Sum of RGB (Red+Green+Blue) = 246+24+255=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 24 (9.77% from 255 or 4.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F618FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618FF is #09E700. Grayscale: #747474. Windows color (decimal): -648961 or 16718070. OLE color: 16718070.
HSL color Cylindrical-coordinate representation of color #F618FF: hue angle of 297.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F618FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 24 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.66º | 1% | 0.55% | - |
| HSV(B) | 297.66º | 0.91% | 1% | - |
| XYZ | 56.38 | 27.47 | 96.94 | - |
| YUV | 116.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 255 | 0.04 | 0.91 | 0 | 0 | 297.66 | 1 | 0.55 |
| Hex | F6 | 18 | FF | 4 | 5B | 0 | 0 | 12A | 64 | 37 |
| Octal | 366 | 30 | 377 | 4 | 133 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110110 | 11000 | 11111111 | 100 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F618FF
Complementary color
Monochromatic Colors of #F618FF
Black with #F618FF
Text Example
Text Example
White with #F618FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618FF; }
p { color: rgb(246,24,255); }
H1.HeaderClassName
{
color: #F618FF;
}
.AnyTagClassName
{
color: #F618FF;
}
</style>
background-color css
<style>
a { background-color: #F618FF; }
a { background-color: rgb(246,24,255); }
div.DivClassName
{
background-color: #F618FF;
}
.BgClassName
{
background-color: #F618FF;
}
</style>
border-color css
<style>
span { border-color: #F618FF; }
span { border-color: rgb(246,24,255); }
td.TdClassName
{
border-color: #F618FF;
}
.TagClassName
{
border-color: #F618FF;
}
</style>