Shades of Magenta #F618FB
Tints of Magenta #F618FB
RGB
CMYK
RGB Variations
Color information
#F618FB (or 0xF618FB) is known color: Magenta. HEX triplet: F6, 18 and FB. RGB value is (246,24,251). Sum of RGB (Red+Green+Blue) = 246+24+251=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 24 (9.77% from 255 or 4.61% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #F618FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F618FB is #09E704. Grayscale: #737373. Windows color (decimal): -648965 or 16455926. OLE color: 16455926.
HSL color Cylindrical-coordinate representation of color #F618FB: hue angle of 298.68º degrees, saturation: 0.97, 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 #F618FB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 24 | 251 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.02 |
| HSL | 298.68º | 0.97% | 0.54% | - |
| HSV(B) | 298.68º | 0.9% | 0.98% | - |
| XYZ | 55.75 | 27.21 | 93.58 | - |
| YUV | 116.26 | 204.05 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 251 | 0.02 | 0.90 | 0 | 0.02 | 298.68 | 0.97 | 0.54 |
| Hex | F6 | 18 | FB | 2 | 5A | 0 | 2 | 12B | 61 | 36 |
| Octal | 366 | 30 | 373 | 2 | 132 | 0 | 2 | 453 | 141 | 66 |
| Binary | 11110110 | 11000 | 11111011 | 10 | 1011010 | 0 | 10 | 100101011 | 1100001 | 110110 |
Color Harmonies of #F618FB
Complementary color
Monochromatic Colors of #F618FB
Black with #F618FB
Text Example
Text Example
White with #F618FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618FB; }
p { color: rgb(246,24,251); }
H1.HeaderClassName
{
color: #F618FB;
}
.AnyTagClassName
{
color: #F618FB;
}
</style>
background-color css
<style>
a { background-color: #F618FB; }
a { background-color: rgb(246,24,251); }
div.DivClassName
{
background-color: #F618FB;
}
.BgClassName
{
background-color: #F618FB;
}
</style>
border-color css
<style>
span { border-color: #F618FB; }
span { border-color: rgb(246,24,251); }
td.TdClassName
{
border-color: #F618FB;
}
.TagClassName
{
border-color: #F618FB;
}
</style>