#FA74DD

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

Shades of Pale Magenta #FA74DD

Tints of Pale Magenta #FA74DD

Color information

#FA74DD (or 0xFA74DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 74 and DD. RGB value is (250,116,221). Sum of RGB (Red+Green+Blue) = 250+116+221=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74DD is #058B22. Grayscale: #A7A7A7. Windows color (decimal): -363299 or 14513402. OLE color: 14513402.

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

Color convert

RGB250116221-
CMYK00.540.120.02
HSL312.99º93.06%71.76%-
HSV(B)312.99º53.6%98.04%-
XYZ58.7238.0472.65-
YUV168.04157.89186.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 116 (45.70% from 255) = 19.76%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=42.59%
G=19.76%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011622100.540.120.02312.9993.0671.76
HexFA74DD036C21395d48
Octal372164335066142471135110
Binary11111010111010011011101011011011001010011100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA74DD; }

 p { color: rgb(250,116,221); }

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

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

 a { background-color: rgb(250,116,221); }

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

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

 span { border-color: rgb(250,116,221); }

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