#FA7DD4

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

Shades of Pale Magenta #FA7DD4

Tints of Pale Magenta #FA7DD4

Color information

#FA7DD4 (or 0xFA7DD4) is unknown color: approx Pale Magenta. HEX triplet: FA, 7D and D4. RGB value is (250,125,212). Sum of RGB (Red+Green+Blue) = 250+125+212=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DD4 is #05822B. Grayscale: #ACACAC. Windows color (decimal): -361004 or 13925882. OLE color: 13925882.

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

Color convert

RGB250125212-
CMYK00.500.150.02
HSL318.24º92.59%73.53%-
HSV(B)318.24º50%98.04%-
XYZ58.6439.7466.87-
YUV172.29150.41183.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 125 (49.22% from 255) = 21.29%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=42.59%
G=21.29%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012521200.500.150.02318.2492.5973.53
HexFA7DD4032F213e5d4a
Octal372175324062172476135112
Binary11111010111110111010100011001011111010011111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DD4; }

 p { color: rgb(250,125,212); }

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

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

 a { background-color: rgb(250,125,212); }

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

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

 span { border-color: rgb(250,125,212); }

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