Html Css Color HEX #FD77E3 Pale Magenta

📋 copy color: '#FD77E3'

red 253 ◦ green 119 ◦ blue 227

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

Shades of Pale Magenta #FD77E3

Tints of Pale Magenta #FD77E3

RGB

 RED value IS 253 (99.22% from 255) = 42.24%

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

 BLUE value IS 227 (89.06% from 255) = 37.9%

R = 42.24%
G = 19.87%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FD77E3 (or 0xFD77E3) is known color: Pale Magenta. HEX triplet: FD, 77 and E3. RGB value is (253,119,227). Sum of RGB (Red+Green+Blue) = 253+119+227=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 119 (46.88% from 255 or 19.87% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77E3 is #02881C. Grayscale: #ABABAB. Windows color (decimal): -165917 or 14907389. OLE color: 14907389.

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

Color convert

RGB 253 119 227 -
CMYK 0 0.53 0.10 0.01
HSL 311.64º 0.97% 0.73% -
HSV(B) 311.64º 0.53% 0.99% -
XYZ 60.97 39.62 77.11 -
YUV 171.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 253 119 227 0 0.53 0.10 0.01 311.64 0.97 0.73
Hex FD 77 E3 0 35 A 1 138 61 49
Octal 375 167 343 0 65 12 1 470 141 111
Binary 11111101 1110111 11100011 0 110101 1010 1 100111000 1100001 1001001

Color Harmonies of #FD77E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77E3

Black with #FD77E3

Text Example


Text Example

White with #FD77E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77E3; }

 p { color: rgb(253,119,227); }

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

background-color css

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

 a { background-color: rgb(253,119,227); }

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

border-color css

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

 span { border-color: rgb(253,119,227); }

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