Shades of Magenta #F10CF5
Tints of Magenta #F10CF5
RGB
CMYK
RGB Variations
Color information
#F10CF5 (or 0xF10CF5) is known color: Magenta. HEX triplet: F1, 0C and F5. RGB value is (241,12,245). Sum of RGB (Red+Green+Blue) = 241+12+245=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #F10CF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CF5 is #0EF30A. Grayscale: #6A6A6A. Windows color (decimal): -979723 or 16059633. OLE color: 16059633.
HSL color Cylindrical-coordinate representation of color #F10CF5: hue angle of 298.97º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CF5 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 12 | 245 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.04 |
| HSL | 298.97º | 0.92% | 0.5% | - |
| HSV(B) | 298.97º | 0.95% | 0.96% | - |
| XYZ | 52.89 | 25.56 | 88.53 | - |
| YUV | 107.03 | 205.87 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 245 | 0.02 | 0.95 | 0 | 0.04 | 298.97 | 0.92 | 0.5 |
| Hex | F1 | C | F5 | 2 | 5F | 0 | 4 | 12B | 5C | 32 |
| Octal | 361 | 14 | 365 | 2 | 137 | 0 | 4 | 453 | 134 | 62 |
| Binary | 11110001 | 1100 | 11110101 | 10 | 1011111 | 0 | 100 | 100101011 | 1011100 | 110010 |
Color Harmonies of #F10CF5
Complementary color
Monochromatic Colors of #F10CF5
Black with #F10CF5
Text Example
Text Example
White with #F10CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CF5; }
p { color: rgb(241,12,245); }
H1.HeaderClassName
{
color: #F10CF5;
}
.AnyTagClassName
{
color: #F10CF5;
}
</style>
background-color css
<style>
a { background-color: #F10CF5; }
a { background-color: rgb(241,12,245); }
div.DivClassName
{
background-color: #F10CF5;
}
.BgClassName
{
background-color: #F10CF5;
}
</style>
border-color css
<style>
span { border-color: #F10CF5; }
span { border-color: rgb(241,12,245); }
td.TdClassName
{
border-color: #F10CF5;
}
.TagClassName
{
border-color: #F10CF5;
}
</style>