Html Css Color HEX #FE77EC Pale Magenta

📋 copy color: '#FE77EC'

red 254 ◦ green 119 ◦ blue 236

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

Shades of Pale Magenta #FE77EC

Tints of Pale Magenta #FE77EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.75%

R = 41.71%
G = 19.54%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE77EC (or 0xFE77EC) is known color: Pale Magenta. HEX triplet: FE, 77 and EC. RGB value is (254,119,236). Sum of RGB (Red+Green+Blue) = 254+119+236=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77EC is #018813. Grayscale: #ACACAC. Windows color (decimal): -100372 or 15497214. OLE color: 15497214.

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

Color convert

RGB 254 119 236 -
CMYK 0 0.53 0.07 0.00
HSL 308º 0.99% 0.73% -
HSV(B) 308º 0.53% 1% -
XYZ 62.61 40.32 83.84 -
YUV 172.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 254 119 236 0 0.53 0.07 0.00 308 0.99 0.73
Hex FE 77 EC 0 35 7 0 134 63 49
Octal 376 167 354 0 65 7 0 464 143 111
Binary 11111110 1110111 11101100 0 110101 111 0 100110100 1100011 1001001

Color Harmonies of #FE77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77EC

Black with #FE77EC

Text Example


Text Example

White with #FE77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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