Html Css Color HEX #FE77DF Pale Magenta

📋 copy color: '#FE77DF'

red 254 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #FE77DF

Tints of Pale Magenta #FE77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 42.62%
G = 19.97%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE77DF (or 0xFE77DF) is known color: Pale Magenta. HEX triplet: FE, 77 and DF. RGB value is (254,119,223). Sum of RGB (Red+Green+Blue) = 254+119+223=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77DF is #018820. Grayscale: #AAAAAA. Windows color (decimal): -100385 or 14645246. OLE color: 14645246.

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

Color convert

RGB 254 119 223 -
CMYK 0 0.53 0.12 0.00
HSL 313.78º 0.99% 0.73% -
HSV(B) 313.78º 0.53% 1% -
XYZ 60.79 39.59 74.25 -
YUV 171.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 254 119 223 0 0.53 0.12 0.00 313.78 0.99 0.73
Hex FE 77 DF 0 35 C 0 13A 63 49
Octal 376 167 337 0 65 14 0 472 143 111
Binary 11111110 1110111 11011111 0 110101 1100 0 100111010 1100011 1001001

Color Harmonies of #FE77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77DF

Black with #FE77DF

Text Example


Text Example

White with #FE77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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