Html Css Color HEX #FF77E0 Pale Magenta

📋 copy color: '#FF77E0'

red 255 ◦ green 119 ◦ blue 224

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

Shades of Pale Magenta #FF77E0

Tints of Pale Magenta #FF77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.46%

R = 42.64%
G = 19.9%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF77E0 (or 0xFF77E0) is known color: Pale Magenta. HEX triplet: FF, 77 and E0. RGB value is (255,119,224). Sum of RGB (Red+Green+Blue) = 255+119+224=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77E0 is #00881F. Grayscale: #ABABAB. Windows color (decimal): -34848 or 14710783. OLE color: 14710783.

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

Color convert

RGB 255 119 224 -
CMYK 0 0.53 0.12 0
HSL 313.68º 1% 0.73% -
HSV(B) 313.68º 0.53% 1% -
XYZ 61.29 39.84 74.98 -
YUV 171.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 255 119 224 0 0.53 0.12 0 313.68 1 0.73
Hex FF 77 E0 0 35 C 0 13A 64 49
Octal 377 167 340 0 65 14 0 472 144 111
Binary 11111111 1110111 11100000 0 110101 1100 0 100111010 1100100 1001001

Color Harmonies of #FF77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77E0

Black with #FF77E0

Text Example


Text Example

White with #FF77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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