#F10AF5

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

Shades of Magenta #F10AF5

Tints of Magenta #F10AF5

Color information

#F10AF5 (or 0xF10AF5) is unknown color: approx Magenta. HEX triplet: F1, 0A and F5. RGB value is (241,10,245). Sum of RGB (Red+Green+Blue) = 241+10+245=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 10 (4.30% from 255 or 2.02% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #F10AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10AF5 is #0EF50A. Grayscale: #696969. Windows color (decimal): -980235 or 16059121. OLE color: 16059121.

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

Color convert

RGB24110245-
CMYK0.020.9600.04
HSL298.98º92.16%50%-
HSV(B)298.98º95.92%96.08%-
XYZ52.8725.5188.52-
YUV105.86206.53224.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 10 (4.30% from 255) = 2.02%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=48.59%
G=2.02%
B=49.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal241102450.020.9600.04298.9892.1650
HexF1AF52600412b5c32
Octal3611236521400445313462
Binary1111000110101111010110110000001001001010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10AF5; }

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

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

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

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

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

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

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

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