#FA70DD

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

Shades of Pale Magenta #FA70DD

Tints of Pale Magenta #FA70DD

Color information

#FA70DD (or 0xFA70DD) is unknown color: approx Pale Magenta. HEX triplet: FA, 70 and DD. RGB value is (250,112,221). Sum of RGB (Red+Green+Blue) = 250+112+221=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 112 (44.14% from 255 or 19.21% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70DD is #058F22. Grayscale: #A5A5A5. Windows color (decimal): -364323 or 14512378. OLE color: 14512378.

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

Color convert

RGB250112221-
CMYK00.550.120.02
HSL312.61º93.24%70.98%-
HSV(B)312.61º55.2%98.04%-
XYZ58.2737.1372.5-
YUV165.69159.22188.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 112 (44.14% from 255) = 19.21%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=42.88%
G=19.21%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011222100.550.120.02312.6193.2470.98
HexFA70DD037C21395d47
Octal372160335067142471135107
Binary11111010111000011011101011011111001010011100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA70DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA70DD; }

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

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

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

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

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

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

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

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