Shades of Magenta #F618FA
Tints of Magenta #F618FA
RGB
CMYK
RGB Variations
Color information
#F618FA (or 0xF618FA) is known color: Magenta. HEX triplet: F6, 18 and FA. RGB value is (246,24,250). Sum of RGB (Red+Green+Blue) = 246+24+250=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 24 (9.77% from 255 or 4.62% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #F618FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618FA is #09E705. Grayscale: #737373. Windows color (decimal): -648966 or 16390390. OLE color: 16390390.
HSL color Cylindrical-coordinate representation of color #F618FA: hue angle of 298.94º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618FA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 24 | 250 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.02 |
| HSL | 298.94º | 0.96% | 0.54% | - |
| HSV(B) | 298.94º | 0.9% | 0.98% | - |
| XYZ | 55.59 | 27.15 | 92.75 | - |
| YUV | 116.14 | 203.55 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 250 | 0.02 | 0.90 | 0 | 0.02 | 298.94 | 0.96 | 0.54 |
| Hex | F6 | 18 | FA | 2 | 5A | 0 | 2 | 12B | 60 | 36 |
| Octal | 366 | 30 | 372 | 2 | 132 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11110110 | 11000 | 11111010 | 10 | 1011010 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F618FA
Complementary color
Monochromatic Colors of #F618FA
Black with #F618FA
Text Example
Text Example
White with #F618FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618FA; }
p { color: rgb(246,24,250); }
H1.HeaderClassName
{
color: #F618FA;
}
.AnyTagClassName
{
color: #F618FA;
}
</style>
background-color css
<style>
a { background-color: #F618FA; }
a { background-color: rgb(246,24,250); }
div.DivClassName
{
background-color: #F618FA;
}
.BgClassName
{
background-color: #F618FA;
}
</style>
border-color css
<style>
span { border-color: #F618FA; }
span { border-color: rgb(246,24,250); }
td.TdClassName
{
border-color: #F618FA;
}
.TagClassName
{
border-color: #F618FA;
}
</style>