Shades of Magenta #F130FC
Tints of Magenta #F130FC
RGB
CMYK
RGB Variations
Color information
#F130FC (or 0xF130FC) is known color: Magenta. HEX triplet: F1, 30 and FC. RGB value is (241,48,252). Sum of RGB (Red+Green+Blue) = 241+48+252=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #F130FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FC is #0ECF03. Grayscale: #808080. Windows color (decimal): -970500 or 16527601. OLE color: 16527601.
HSL color Cylindrical-coordinate representation of color #F130FC: hue angle of 296.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F130FC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 48 | 252 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.01 |
| HSL | 296.76º | 0.97% | 0.59% | - |
| HSV(B) | 296.76º | 0.81% | 0.99% | - |
| XYZ | 54.9 | 27.84 | 94.58 | - |
| YUV | 128.96 | 197.44 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 252 | 0.04 | 0.81 | 0 | 0.01 | 296.76 | 0.97 | 0.59 |
| Hex | F1 | 30 | FC | 4 | 51 | 0 | 1 | 129 | 61 | 3B |
| Octal | 361 | 60 | 374 | 4 | 121 | 0 | 1 | 451 | 141 | 73 |
| Binary | 11110001 | 110000 | 11111100 | 100 | 1010001 | 0 | 1 | 100101001 | 1100001 | 111011 |
Color Harmonies of #F130FC
Complementary color
Monochromatic Colors of #F130FC
Black with #F130FC
Text Example
Text Example
White with #F130FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130FC; }
p { color: rgb(241,48,252); }
H1.HeaderClassName
{
color: #F130FC;
}
.AnyTagClassName
{
color: #F130FC;
}
</style>
background-color css
<style>
a { background-color: #F130FC; }
a { background-color: rgb(241,48,252); }
div.DivClassName
{
background-color: #F130FC;
}
.BgClassName
{
background-color: #F130FC;
}
</style>
border-color css
<style>
span { border-color: #F130FC; }
span { border-color: rgb(241,48,252); }
td.TdClassName
{
border-color: #F130FC;
}
.TagClassName
{
border-color: #F130FC;
}
</style>