#FA72E4

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

Shades of Pale Magenta #FA72E4

Tints of Pale Magenta #FA72E4

Color information

#FA72E4 (or 0xFA72E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 72 and E4. RGB value is (250,114,228). Sum of RGB (Red+Green+Blue) = 250+114+228=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 114 (44.92% from 255 or 19.26% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72E4 is #058D1B. Grayscale: #A7A7A7. Windows color (decimal): -363804 or 14971642. OLE color: 14971642.

HSL color Cylindrical-coordinate representation of color #FA72E4: hue angle of 309.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72E4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250114228-
CMYK00.540.090.02
HSL309.71º93.15%71.37%-
HSV(B)309.71º54.4%98.04%-
XYZ59.4537.9677.59-
YUV167.66162.06186.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 114 (44.92% from 255) = 19.26%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=42.23%
G=19.26%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011422800.540.090.02309.7193.1571.37
HexFA72E4036921365d47
Octal372162344066112466135107
Binary11111010111001011100100011011010011010011011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA72E4; }

 p { color: rgb(250,114,228); }

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

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

 a { background-color: rgb(250,114,228); }

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

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

 span { border-color: rgb(250,114,228); }

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