Html Css Color HEX #FC77D9 Pale Magenta

📋 copy color: '#FC77D9'

red 252 ◦ green 119 ◦ blue 217

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

Shades of Pale Magenta #FC77D9

Tints of Pale Magenta #FC77D9

RGB

 RED value IS 252 (98.83% from 255) = 42.86%

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

 BLUE value IS 217 (85.16% from 255) = 36.9%

R = 42.86%
G = 20.24%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC77D9 (or 0xFC77D9) is known color: Pale Magenta. HEX triplet: FC, 77 and D9. RGB value is (252,119,217). Sum of RGB (Red+Green+Blue) = 252+119+217=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 119 (46.88% from 255 or 20.24% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77D9 is #038826. Grayscale: #A9A9A9. Windows color (decimal): -231463 or 14252028. OLE color: 14252028.

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

Color convert

RGB 252 119 217 -
CMYK 0 0.53 0.14 0.01
HSL 315.79º 0.96% 0.73% -
HSV(B) 315.79º 0.53% 0.99% -
XYZ 59.27 38.9 70.03 -
YUV 169.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 252 119 217 0 0.53 0.14 0.01 315.79 0.96 0.73
Hex FC 77 D9 0 35 E 1 13C 60 49
Octal 374 167 331 0 65 16 1 474 140 111
Binary 11111100 1110111 11011001 0 110101 1110 1 100111100 1100000 1001001

Color Harmonies of #FC77D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77D9

Black with #FC77D9

Text Example


Text Example

White with #FC77D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77D9; }

 p { color: rgb(252,119,217); }

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

background-color css

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

 a { background-color: rgb(252,119,217); }

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

border-color css

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

 span { border-color: rgb(252,119,217); }

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