Shades of Magenta #F61AF8
Tints of Magenta #F61AF8
RGB
CMYK
RGB Variations
Color information
#F61AF8 (or 0xF61AF8) is known color: Magenta. HEX triplet: F6, 1A and F8. RGB value is (246,26,248). Sum of RGB (Red+Green+Blue) = 246+26+248=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #F61AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61AF8 is #09E507. Grayscale: #747474. Windows color (decimal): -648456 or 16259830. OLE color: 16259830.
HSL color Cylindrical-coordinate representation of color #F61AF8: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61AF8 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 26 | 248 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.03 |
| HSL | 299.46º | 0.94% | 0.54% | - |
| HSV(B) | 299.46º | 0.9% | 0.97% | - |
| XYZ | 55.32 | 27.11 | 91.12 | - |
| YUV | 117.09 | 201.89 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 248 | 0.01 | 0.90 | 0 | 0.03 | 299.46 | 0.94 | 0.54 |
| Hex | F6 | 1A | F8 | 1 | 5A | 0 | 3 | 12B | 5E | 36 |
| Octal | 366 | 32 | 370 | 1 | 132 | 0 | 3 | 453 | 136 | 66 |
| Binary | 11110110 | 11010 | 11111000 | 1 | 1011010 | 0 | 11 | 100101011 | 1011110 | 110110 |
Color Harmonies of #F61AF8
Complementary color
Monochromatic Colors of #F61AF8
Black with #F61AF8
Text Example
Text Example
White with #F61AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61AF8; }
p { color: rgb(246,26,248); }
H1.HeaderClassName
{
color: #F61AF8;
}
.AnyTagClassName
{
color: #F61AF8;
}
</style>
background-color css
<style>
a { background-color: #F61AF8; }
a { background-color: rgb(246,26,248); }
div.DivClassName
{
background-color: #F61AF8;
}
.BgClassName
{
background-color: #F61AF8;
}
</style>
border-color css
<style>
span { border-color: #F61AF8; }
span { border-color: rgb(246,26,248); }
td.TdClassName
{
border-color: #F61AF8;
}
.TagClassName
{
border-color: #F61AF8;
}
</style>