Shades of Magenta #F625F1
Tints of Magenta #F625F1
RGB
CMYK
RGB Variations
Color information
#F625F1 (or 0xF625F1) is known color: Magenta. HEX triplet: F6, 25 and F1. RGB value is (246,37,241). Sum of RGB (Red+Green+Blue) = 246+37+241=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 37 (14.84% from 255 or 7.06% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F625F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F625F1 is #09DA0E. Grayscale: #7A7A7A. Windows color (decimal): -645647 or 15803894. OLE color: 15803894.
HSL color Cylindrical-coordinate representation of color #F625F1: hue angle of 301.44º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F625F1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 241 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.44º | 0.92% | 0.55% | - |
| HSV(B) | 301.44º | 0.85% | 0.96% | - |
| XYZ | 54.54 | 27.27 | 85.61 | - |
| YUV | 122.75 | 194.74 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 241 | 0 | 0.85 | 0.02 | 0.04 | 301.44 | 0.92 | 0.55 |
| Hex | F6 | 25 | F1 | 0 | 55 | 2 | 4 | 12D | 5C | 37 |
| Octal | 366 | 45 | 361 | 0 | 125 | 2 | 4 | 455 | 134 | 67 |
| Binary | 11110110 | 100101 | 11110001 | 0 | 1010101 | 10 | 100 | 100101101 | 1011100 | 110111 |
Color Harmonies of #F625F1
Complementary color
Monochromatic Colors of #F625F1
Black with #F625F1
Text Example
Text Example
White with #F625F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F625F1; }
p { color: rgb(246,37,241); }
H1.HeaderClassName
{
color: #F625F1;
}
.AnyTagClassName
{
color: #F625F1;
}
</style>
background-color css
<style>
a { background-color: #F625F1; }
a { background-color: rgb(246,37,241); }
div.DivClassName
{
background-color: #F625F1;
}
.BgClassName
{
background-color: #F625F1;
}
</style>
border-color css
<style>
span { border-color: #F625F1; }
span { border-color: rgb(246,37,241); }
td.TdClassName
{
border-color: #F625F1;
}
.TagClassName
{
border-color: #F625F1;
}
</style>