Html Css Color HEX #FE77EB Pale Magenta

📋 copy color: '#FE77EB'

red 254 ◦ green 119 ◦ blue 235

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

Shades of Pale Magenta #FE77EB

Tints of Pale Magenta #FE77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.65%

R = 41.78%
G = 19.57%
B = 38.65%

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

#FE77EB (or 0xFE77EB) is known color: Pale Magenta. HEX triplet: FE, 77 and EB. RGB value is (254,119,235). Sum of RGB (Red+Green+Blue) = 254+119+235=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE77EB is #018814. Grayscale: #ACACAC. Windows color (decimal): -100373 or 15431678. OLE color: 15431678.

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

Color convert

RGB 254 119 235 -
CMYK 0 0.53 0.07 0.00
HSL 308.44º 0.99% 0.73% -
HSV(B) 308.44º 0.53% 1% -
XYZ 62.47 40.26 83.08 -
YUV 172.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 254 119 235 0 0.53 0.07 0.00 308.44 0.99 0.73
Hex FE 77 EB 0 35 7 0 134 63 49
Octal 376 167 353 0 65 7 0 464 143 111
Binary 11111110 1110111 11101011 0 110101 111 0 100110100 1100011 1001001

Color Harmonies of #FE77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77EB

Black with #FE77EB

Text Example


Text Example

White with #FE77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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