Html Css Color HEX #FE77E2 Pale Magenta

📋 copy color: '#FE77E2'

red 254 ◦ green 119 ◦ blue 226

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

Shades of Pale Magenta #FE77E2

Tints of Pale Magenta #FE77E2

RGB

 RED value IS 254 (99.61% from 255) = 42.4%

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

 BLUE value IS 226 (88.67% from 255) = 37.73%

R = 42.4%
G = 19.87%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE77E2 (or 0xFE77E2) is known color: Pale Magenta. HEX triplet: FE, 77 and E2. RGB value is (254,119,226). Sum of RGB (Red+Green+Blue) = 254+119+226=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77E2 is #01881D. Grayscale: #ABABAB. Windows color (decimal): -100382 or 14841854. OLE color: 14841854.

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

Color convert

RGB 254 119 226 -
CMYK 0 0.53 0.11 0.00
HSL 312.44º 0.99% 0.73% -
HSV(B) 312.44º 0.53% 1% -
XYZ 61.2 39.76 76.4 -
YUV 171.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 254 119 226 0 0.53 0.11 0.00 312.44 0.99 0.73
Hex FE 77 E2 0 35 B 0 138 63 49
Octal 376 167 342 0 65 13 0 470 143 111
Binary 11111110 1110111 11100010 0 110101 1011 0 100111000 1100011 1001001

Color Harmonies of #FE77E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77E2

Black with #FE77E2

Text Example


Text Example

White with #FE77E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77E2; }

 p { color: rgb(254,119,226); }

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

background-color css

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

 a { background-color: rgb(254,119,226); }

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

border-color css

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

 span { border-color: rgb(254,119,226); }

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