Html Css Color HEX #FE77DB Pale Magenta

📋 copy color: '#FE77DB'

red 254 ◦ green 119 ◦ blue 219

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

Shades of Pale Magenta #FE77DB

Tints of Pale Magenta #FE77DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.99%

R = 42.91%
G = 20.1%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE77DB (or 0xFE77DB) is known color: Pale Magenta. HEX triplet: FE, 77 and DB. RGB value is (254,119,219). Sum of RGB (Red+Green+Blue) = 254+119+219=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77DB is #018824. Grayscale: #AAAAAA. Windows color (decimal): -100389 or 14383102. OLE color: 14383102.

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

Color convert

RGB 254 119 219 -
CMYK 0 0.53 0.14 0.00
HSL 315.56º 0.99% 0.73% -
HSV(B) 315.56º 0.53% 1% -
XYZ 60.26 39.38 71.44 -
YUV 170.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 254 119 219 0 0.53 0.14 0.00 315.56 0.99 0.73
Hex FE 77 DB 0 35 E 0 13C 63 49
Octal 376 167 333 0 65 16 0 474 143 111
Binary 11111110 1110111 11011011 0 110101 1110 0 100111100 1100011 1001001

Color Harmonies of #FE77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77DB

Black with #FE77DB

Text Example


Text Example

White with #FE77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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