Html Css Color HEX #FF73DC Pale Magenta

📋 copy color: '#FF73DC'

red 255 ◦ green 115 ◦ blue 220

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

Shades of Pale Magenta #FF73DC

Tints of Pale Magenta #FF73DC

RGB

 RED value IS 255 (100% from 255) = 43.22%

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

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

R = 43.22%
G = 19.49%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF73DC (or 0xFF73DC) is known color: Pale Magenta. HEX triplet: FF, 73 and DC. RGB value is (255,115,220). Sum of RGB (Red+Green+Blue) = 255+115+220=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73DC is #008C23. Grayscale: #A8A8A8. Windows color (decimal): -35876 or 14447615. OLE color: 14447615.

HSL color Cylindrical-coordinate representation of color #FF73DC: hue angle of 315º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73DC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 220 -
CMYK 0 0.55 0.14 0
HSL 315º 1% 0.73% -
HSV(B) 315º 0.55% 1% -
XYZ 60.29 38.69 72 -
YUV 168.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 255 115 220 0 0.55 0.14 0 315 1 0.73
Hex FF 73 DC 0 37 E 0 13B 64 49
Octal 377 163 334 0 67 16 0 473 144 111
Binary 11111111 1110011 11011100 0 110111 1110 0 100111011 1100100 1001001

Color Harmonies of #FF73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73DC

Black with #FF73DC

Text Example


Text Example

White with #FF73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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