Html Css Color HEX #FA7DD6 Pale Magenta

📋 copy color: '#FA7DD6'

red 250 ◦ green 125 ◦ blue 214

#FA7DD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FA7DD6

Tints of Pale Magenta #FA7DD6

RGB

 RED value IS 250 (98.05% from 255) = 42.44%

 GREEN value IS 125 (49.22% from 255) = 21.22%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 42.44%
G = 21.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA7DD6 (or 0xFA7DD6) is known color: Pale Magenta. HEX triplet: FA, 7D and D6. RGB value is (250,125,214). Sum of RGB (Red+Green+Blue) = 250+125+214=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DD6 is #058229. Grayscale: #ACACAC. Windows color (decimal): -361002 or 14056954. OLE color: 14056954.

HSL color Cylindrical-coordinate representation of color #FA7DD6: hue angle of 317.28º 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 #FA7DD6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 214 -
CMYK 0 0.50 0.14 0.02
HSL 317.28º 0.93% 0.74% -
HSV(B) 317.28º 0.5% 0.98% -
XYZ 58.9 39.85 68.21 -
YUV 172.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 250 125 214 0 0.50 0.14 0.02 317.28 0.93 0.74
Hex FA 7D D6 0 32 E 2 13D 5D 4A
Octal 372 175 326 0 62 16 2 475 135 112
Binary 11111010 1111101 11010110 0 110010 1110 10 100111101 1011101 1001010

Color Harmonies of #FA7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DD6

Black with #FA7DD6

Text Example


Text Example

White with #FA7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DD6; }

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

 H1.HeaderClassName
 {
   color: #FA7DD6;
 }
 .AnyTagClassName
 {
   color: #FA7DD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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