#FA04E7

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

Shades of Magenta #FA04E7

Tints of Magenta #FA04E7

Color information

#FA04E7 (or 0xFA04E7) is unknown color: approx Magenta. HEX triplet: FA, 04 and E7. RGB value is (250,4,231). Sum of RGB (Red+Green+Blue) = 250+4+231=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 4 (1.95% from 255 or 0.82% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04E7 is #05FB18. Grayscale: #666666. Windows color (decimal): -391961 or 15140090. OLE color: 15140090.

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

Color convert

RGB2504231-
CMYK00.980.080.02
HSL304.63º96.85%49.8%-
HSV(B)304.63º98.4%98.04%-
XYZ53.8926.1877.81-
YUV103.43200232.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 4 (1.95% from 255) = 0.82%
BLUE value IS 231 (90.62% from 255) = 47.63%
R=51.55%
G=0.82%
B=47.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250423100.980.080.02304.6396.8549.8
HexFA4E7062821316132
Octal3724347014210246114162
Binary1111101010011100111011000101000101001100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA04E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA04E7; }

 p { color: rgb(250,4,231); }

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

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

 a { background-color: rgb(250,4,231); }

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

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

 span { border-color: rgb(250,4,231); }

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