#F910E7

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

Shades of Magenta #F910E7

Tints of Magenta #F910E7

Color information

#F910E7 (or 0xF910E7) is unknown color: approx Magenta. HEX triplet: F9, 10 and E7. RGB value is (249,16,231). Sum of RGB (Red+Green+Blue) = 249+16+231=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F910E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F910E7 is #06EF18. Grayscale: #6D6D6D. Windows color (decimal): -454425 or 15143161. OLE color: 15143161.

HSL color Cylindrical-coordinate representation of color #F910E7: hue angle of 304.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910E7 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB24916231-
CMYK00.940.070.02
HSL304.64º95.1%51.96%-
HSV(B)304.64º93.57%97.65%-
XYZ53.6826.2877.84-
YUV110.18196.19227.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 16 (6.64% from 255) = 3.23%
BLUE value IS 231 (90.62% from 255) = 46.57%
R=50.20%
G=3.23%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491623100.940.070.02304.6495.151.96
HexF910E705E721315f34
Octal3712034701367246113764
Binary11111001100001110011101011110111101001100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F910E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F910E7; }

 p { color: rgb(249,16,231); }

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

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

 a { background-color: rgb(249,16,231); }

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

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

 span { border-color: rgb(249,16,231); }

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