Shades of Magenta #F10CFA
Tints of Magenta #F10CFA
RGB
CMYK
RGB Variations
Color information
#F10CFA (or 0xF10CFA) is known color: Magenta. HEX triplet: F1, 0C and FA. RGB value is (241,12,250). Sum of RGB (Red+Green+Blue) = 241+12+250=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F10CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10CFA is #0EF305. Grayscale: #6A6A6A. Windows color (decimal): -979718 or 16387313. OLE color: 16387313.
HSL color Cylindrical-coordinate representation of color #F10CFA: hue angle of 297.73º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CFA is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 12 | 250 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.02 |
| HSL | 297.73º | 0.96% | 0.51% | - |
| HSV(B) | 297.73º | 0.95% | 0.98% | - |
| XYZ | 53.66 | 25.87 | 92.61 | - |
| YUV | 107.6 | 208.37 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 250 | 0.04 | 0.95 | 0 | 0.02 | 297.73 | 0.96 | 0.51 |
| Hex | F1 | C | FA | 4 | 5F | 0 | 2 | 12A | 60 | 33 |
| Octal | 361 | 14 | 372 | 4 | 137 | 0 | 2 | 452 | 140 | 63 |
| Binary | 11110001 | 1100 | 11111010 | 100 | 1011111 | 0 | 10 | 100101010 | 1100000 | 110011 |
Color Harmonies of #F10CFA
Complementary color
Monochromatic Colors of #F10CFA
Black with #F10CFA
Text Example
Text Example
White with #F10CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CFA; }
p { color: rgb(241,12,250); }
H1.HeaderClassName
{
color: #F10CFA;
}
.AnyTagClassName
{
color: #F10CFA;
}
</style>
background-color css
<style>
a { background-color: #F10CFA; }
a { background-color: rgb(241,12,250); }
div.DivClassName
{
background-color: #F10CFA;
}
.BgClassName
{
background-color: #F10CFA;
}
</style>
border-color css
<style>
span { border-color: #F10CFA; }
span { border-color: rgb(241,12,250); }
td.TdClassName
{
border-color: #F10CFA;
}
.TagClassName
{
border-color: #F10CFA;
}
</style>