#FA78E4

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

Shades of Pale Magenta #FA78E4

Tints of Pale Magenta #FA78E4

Color information

#FA78E4 (or 0xFA78E4) is unknown color: approx Pale Magenta. HEX triplet: FA, 78 and E4. RGB value is (250,120,228). Sum of RGB (Red+Green+Blue) = 250+120+228=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 120 (47.27% from 255 or 20.07% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78E4 is #05871B. Grayscale: #AAAAAA. Windows color (decimal): -362268 or 14973178. OLE color: 14973178.

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

Color convert

RGB250120228-
CMYK00.520.090.02
HSL310.15º92.86%72.55%-
HSV(B)310.15º52%98.04%-
XYZ60.1439.3677.83-
YUV171.18160.07184.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 120 (47.27% from 255) = 20.07%
BLUE value IS 228 (89.45% from 255) = 38.13%
R=41.81%
G=20.07%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012022800.520.090.02310.1592.8672.55
HexFA78E4034921365d49
Octal372170344064112466135111
Binary11111010111100011100100011010010011010011011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA78E4; }

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

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

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

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

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

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

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

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