#F107F5

Color #F107F5 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F107F5

Tints of Magenta #F107F5

Color information

#F107F5 (or 0xF107F5) is unknown color: approx Magenta. HEX triplet: F1, 07 and F5. RGB value is (241,7,245). Sum of RGB (Red+Green+Blue) = 241+7+245=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 245 (96.09% from 255 or 49.70% from 493); Max value from RGB is 245 - color contains mainly: blue. Hex color #F107F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107F5 is #0EF80A. Grayscale: #676767. Windows color (decimal): -981003 or 16058353. OLE color: 16058353.

HSL color Cylindrical-coordinate representation of color #F107F5: hue angle of 298.99º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107F5 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2417245-
CMYK0.020.9700.04
HSL298.99º94.44%49.41%-
HSV(B)298.99º97.14%96.08%-
XYZ52.8325.4588.51-
YUV104.1207.52225.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.88%
GREEN value IS 7 (3.12% from 255) = 1.42%
BLUE value IS 245 (96.09% from 255) = 49.70%
R=48.88%
G=1.42%
B=49.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24172450.020.9700.04298.9994.4449.41
HexF17F52610412b5e31
Octal361736521410445313661
Binary111100011111111010110110000101001001010111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F107F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F107F5; }

 p { color: rgb(241,7,245); }

 H1.HeaderClassName
 {
   color: #F107F5;
 }
 .AnyTagClassName
 {
   color: #F107F5;
 }
</style>
background-color css

<style>
 a { background-color: #F107F5; }

 a { background-color: rgb(241,7,245); }

 div.DivClassName
 {
   background-color: #F107F5;
 }
 .BgClassName
 {
   background-color: #F107F5;
 }
</style>
border-color css

<style>
 span { border-color: #F107F5; }

 span { border-color: rgb(241,7,245); }

 td.TdClassName
 {
   border-color: #F107F5;
 }
 .TagClassName
 {
   border-color: #F107F5;
 }
</style>