Html Css Color HEX #FF77E5 Pale Magenta

📋 copy color: '#FF77E5'

red 255 ◦ green 119 ◦ blue 229

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

Shades of Pale Magenta #FF77E5

Tints of Pale Magenta #FF77E5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 19.73%

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

R = 42.29%
G = 19.73%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF77E5 (or 0xFF77E5) is known color: Pale Magenta. HEX triplet: FF, 77 and E5. RGB value is (255,119,229). Sum of RGB (Red+Green+Blue) = 255+119+229=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 119 (46.88% from 255 or 19.73% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77E5 is #00881A. Grayscale: #ABABAB. Windows color (decimal): -34843 or 15038463. OLE color: 15038463.

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

Color convert

RGB 255 119 229 -
CMYK 0 0.53 0.10 0
HSL 311.47º 1% 0.73% -
HSV(B) 311.47º 0.53% 1% -
XYZ 61.98 40.11 78.6 -
YUV 172.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 255 119 229 0 0.53 0.10 0 311.47 1 0.73
Hex FF 77 E5 0 35 A 0 137 64 49
Octal 377 167 345 0 65 12 0 467 144 111
Binary 11111111 1110111 11100101 0 110101 1010 0 100110111 1100100 1001001

Color Harmonies of #FF77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77E5

Black with #FF77E5

Text Example


Text Example

White with #FF77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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