Html Css Color HEX #FF77E8 Pale Magenta

📋 copy color: '#FF77E8'

red 255 ◦ green 119 ◦ blue 232

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

Shades of Pale Magenta #FF77E8

Tints of Pale Magenta #FF77E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 42.08%
G = 19.64%
B = 38.28%

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

#FF77E8 (or 0xFF77E8) is known color: Pale Magenta. HEX triplet: FF, 77 and E8. RGB value is (255,119,232). Sum of RGB (Red+Green+Blue) = 255+119+232=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF77E8 is #008817. Grayscale: #ACACAC. Windows color (decimal): -34840 or 15235071. OLE color: 15235071.

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

Color convert

RGB 255 119 232 -
CMYK 0 0.53 0.09 0
HSL 310.15º 1% 0.73% -
HSV(B) 310.15º 0.53% 1% -
XYZ 62.4 40.28 80.83 -
YUV 172.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 255 119 232 0 0.53 0.09 0 310.15 1 0.73
Hex FF 77 E8 0 35 9 0 136 64 49
Octal 377 167 350 0 65 11 0 466 144 111
Binary 11111111 1110111 11101000 0 110101 1001 0 100110110 1100100 1001001

Color Harmonies of #FF77E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77E8

Black with #FF77E8

Text Example


Text Example

White with #FF77E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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