#FA0FE8

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

Shades of Magenta #FA0FE8

Tints of Magenta #FA0FE8

Color information

#FA0FE8 (or 0xFA0FE8) is unknown color: approx Magenta. HEX triplet: FA, 0F and E8. RGB value is (250,15,232). Sum of RGB (Red+Green+Blue) = 250+15+232=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FE8 is #05F017. Grayscale: #6D6D6D. Windows color (decimal): -389144 or 15208442. OLE color: 15208442.

HSL color Cylindrical-coordinate representation of color #FA0FE8: hue angle of 304.6º degrees, saturation: 0.96, 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 #FA0FE8 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB25015232-
CMYK00.940.070.02
HSL304.6º95.92%51.96%-
HSV(B)304.6º94%98.04%-
XYZ54.1626.4978.6-
YUV110196.86227.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 15 (6.25% from 255) = 3.02%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=50.30%
G=3.02%
B=46.68%

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
Decimal2501523200.940.070.02304.695.9251.96
HexFAFE805E721316034
Octal3721735001367246114064
Binary1111101011111110100001011110111101001100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA0FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA0FE8; }

 p { color: rgb(250,15,232); }

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

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

 a { background-color: rgb(250,15,232); }

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

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

 span { border-color: rgb(250,15,232); }

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