Shades of Magenta #F130F7
Tints of Magenta #F130F7
RGB
CMYK
RGB Variations
Color information
#F130F7 (or 0xF130F7) is known color: Magenta. HEX triplet: F1, 30 and F7. RGB value is (241,48,247). Sum of RGB (Red+Green+Blue) = 241+48+247=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 48 (19.14% from 255 or 8.96% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #F130F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130F7 is #0ECF08. Grayscale: #7F7F7F. Windows color (decimal): -970505 or 16199921. OLE color: 16199921.
HSL color Cylindrical-coordinate representation of color #F130F7: hue angle of 298.19º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F130F7 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 48 | 247 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.03 |
| HSL | 298.19º | 0.93% | 0.58% | - |
| HSV(B) | 298.19º | 0.81% | 0.97% | - |
| XYZ | 54.12 | 27.53 | 90.46 | - |
| YUV | 128.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 247 | 0.02 | 0.81 | 0 | 0.03 | 298.19 | 0.93 | 0.58 |
| Hex | F1 | 30 | F7 | 2 | 51 | 0 | 3 | 12A | 5D | 3A |
| Octal | 361 | 60 | 367 | 2 | 121 | 0 | 3 | 452 | 135 | 72 |
| Binary | 11110001 | 110000 | 11110111 | 10 | 1010001 | 0 | 11 | 100101010 | 1011101 | 111010 |
Color Harmonies of #F130F7
Complementary color
Monochromatic Colors of #F130F7
Black with #F130F7
Text Example
Text Example
White with #F130F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130F7; }
p { color: rgb(241,48,247); }
H1.HeaderClassName
{
color: #F130F7;
}
.AnyTagClassName
{
color: #F130F7;
}
</style>
background-color css
<style>
a { background-color: #F130F7; }
a { background-color: rgb(241,48,247); }
div.DivClassName
{
background-color: #F130F7;
}
.BgClassName
{
background-color: #F130F7;
}
</style>
border-color css
<style>
span { border-color: #F130F7; }
span { border-color: rgb(241,48,247); }
td.TdClassName
{
border-color: #F130F7;
}
.TagClassName
{
border-color: #F130F7;
}
</style>