Html Css Color HEX #FF73E5 Pale Magenta

📋 copy color: '#FF73E5'

red 255 ◦ green 115 ◦ blue 229

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

Shades of Pale Magenta #FF73E5

Tints of Pale Magenta #FF73E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.23%

R = 42.57%
G = 19.2%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF73E5 (or 0xFF73E5) is known color: Pale Magenta. HEX triplet: FF, 73 and E5. RGB value is (255,115,229). Sum of RGB (Red+Green+Blue) = 255+115+229=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 115 (45.31% from 255 or 19.20% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73E5 is #008C1A. Grayscale: #A9A9A9. Windows color (decimal): -35867 or 15037439. OLE color: 15037439.

HSL color Cylindrical-coordinate representation of color #FF73E5: hue angle of 311.14º 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 #FF73E5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 115 229 -
CMYK 0 0.55 0.10 0
HSL 311.14º 1% 0.73% -
HSV(B) 311.14º 0.55% 1% -
XYZ 61.51 39.18 78.45 -
YUV 169.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 255 115 229 0 0.55 0.10 0 311.14 1 0.73
Hex FF 73 E5 0 37 A 0 137 64 49
Octal 377 163 345 0 67 12 0 467 144 111
Binary 11111111 1110011 11100101 0 110111 1010 0 100110111 1100100 1001001

Color Harmonies of #FF73E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73E5

Black with #FF73E5

Text Example


Text Example

White with #FF73E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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