Html Css Color HEX #FF77E7 Pale Magenta

📋 copy color: '#FF77E7'

red 255 ◦ green 119 ◦ blue 231

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

Shades of Pale Magenta #FF77E7

Tints of Pale Magenta #FF77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 42.15%
G = 19.67%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF77E7 (or 0xFF77E7) is known color: Pale Magenta. HEX triplet: FF, 77 and E7. RGB value is (255,119,231). Sum of RGB (Red+Green+Blue) = 255+119+231=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77E7 is #008818. Grayscale: #ACACAC. Windows color (decimal): -34841 or 15169535. OLE color: 15169535.

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

Color convert

RGB 255 119 231 -
CMYK 0 0.53 0.09 0
HSL 310.59º 1% 0.73% -
HSV(B) 310.59º 0.53% 1% -
XYZ 62.26 40.22 80.08 -
YUV 172.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 255 119 231 0 0.53 0.09 0 310.59 1 0.73
Hex FF 77 E7 0 35 9 0 137 64 49
Octal 377 167 347 0 65 11 0 467 144 111
Binary 11111111 1110111 11100111 0 110101 1001 0 100110111 1100100 1001001

Color Harmonies of #FF77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77E7

Black with #FF77E7

Text Example


Text Example

White with #FF77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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