Shades of Magenta #F130FA
Tints of Magenta #F130FA
RGB
CMYK
RGB Variations
Color information
#F130FA (or 0xF130FA) is known color: Magenta. HEX triplet: F1, 30 and FA. RGB value is (241,48,250). Sum of RGB (Red+Green+Blue) = 241+48+250=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 48 (19.14% from 255 or 8.91% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #F130FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F130FA is #0ECF05. Grayscale: #808080. Windows color (decimal): -970502 or 16396529. OLE color: 16396529.
HSL color Cylindrical-coordinate representation of color #F130FA: hue angle of 297.33º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F130FA is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 48 | 250 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.02 |
| HSL | 297.33º | 0.95% | 0.58% | - |
| HSV(B) | 297.33º | 0.81% | 0.98% | - |
| XYZ | 54.59 | 27.72 | 92.92 | - |
| YUV | 128.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 250 | 0.04 | 0.81 | 0 | 0.02 | 297.33 | 0.95 | 0.58 |
| Hex | F1 | 30 | FA | 4 | 51 | 0 | 2 | 129 | 5F | 3A |
| Octal | 361 | 60 | 372 | 4 | 121 | 0 | 2 | 451 | 137 | 72 |
| Binary | 11110001 | 110000 | 11111010 | 100 | 1010001 | 0 | 10 | 100101001 | 1011111 | 111010 |
Color Harmonies of #F130FA
Complementary color
Monochromatic Colors of #F130FA
Black with #F130FA
Text Example
Text Example
White with #F130FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F130FA; }
p { color: rgb(241,48,250); }
H1.HeaderClassName
{
color: #F130FA;
}
.AnyTagClassName
{
color: #F130FA;
}
</style>
background-color css
<style>
a { background-color: #F130FA; }
a { background-color: rgb(241,48,250); }
div.DivClassName
{
background-color: #F130FA;
}
.BgClassName
{
background-color: #F130FA;
}
</style>
border-color css
<style>
span { border-color: #F130FA; }
span { border-color: rgb(241,48,250); }
td.TdClassName
{
border-color: #F130FA;
}
.TagClassName
{
border-color: #F130FA;
}
</style>