Html Css Color HEX #FD77EA Pale Magenta

📋 copy color: '#FD77EA'

red 253 ◦ green 119 ◦ blue 234

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

Shades of Pale Magenta #FD77EA

Tints of Pale Magenta #FD77EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 41.75%
G = 19.64%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD77EA (or 0xFD77EA) is known color: Pale Magenta. HEX triplet: FD, 77 and EA. RGB value is (253,119,234). Sum of RGB (Red+Green+Blue) = 253+119+234=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD77EA is #028815. Grayscale: #ABABAB. Windows color (decimal): -165910 or 15366141. OLE color: 15366141.

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

Color convert

RGB 253 119 234 -
CMYK 0 0.53 0.08 0.01
HSL 308.51º 0.97% 0.73% -
HSV(B) 308.51º 0.53% 0.99% -
XYZ 61.96 40.02 82.3 -
YUV 172.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 253 119 234 0 0.53 0.08 0.01 308.51 0.97 0.73
Hex FD 77 EA 0 35 8 1 135 61 49
Octal 375 167 352 0 65 10 1 465 141 111
Binary 11111101 1110111 11101010 0 110101 1000 1 100110101 1100001 1001001

Color Harmonies of #FD77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD77EA

Black with #FD77EA

Text Example


Text Example

White with #FD77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD77EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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