Html Css Color HEX #FA73DC Pale Magenta

📋 copy color: '#FA73DC'

red 250 ◦ green 115 ◦ blue 220

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

Shades of Pale Magenta #FA73DC

Tints of Pale Magenta #FA73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.66%

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 42.74%
G = 19.66%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA73DC (or 0xFA73DC) is known color: Pale Magenta. HEX triplet: FA, 73 and DC. RGB value is (250,115,220). Sum of RGB (Red+Green+Blue) = 250+115+220=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73DC is #058C23. Grayscale: #A7A7A7. Windows color (decimal): -363556 or 14447610. OLE color: 14447610.

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

Color convert

RGB 250 115 220 -
CMYK 0 0.54 0.12 0.02
HSL 313.33º 0.93% 0.72% -
HSV(B) 313.33º 0.54% 0.98% -
XYZ 58.47 37.75 71.92 -
YUV 167.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 250 115 220 0 0.54 0.12 0.02 313.33 0.93 0.72
Hex FA 73 DC 0 36 C 2 139 5D 48
Octal 372 163 334 0 66 14 2 471 135 110
Binary 11111010 1110011 11011100 0 110110 1100 10 100111001 1011101 1001000

Color Harmonies of #FA73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73DC

Black with #FA73DC

Text Example


Text Example

White with #FA73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73DC; }

 p { color: rgb(250,115,220); }

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

background-color css

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

 a { background-color: rgb(250,115,220); }

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

border-color css

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

 span { border-color: rgb(250,115,220); }

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