Html Css Color HEX #FC77DC Pale Magenta

📋 copy color: '#FC77DC'

red 252 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #FC77DC

Tints of Pale Magenta #FC77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 42.64%
G = 20.14%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC77DC (or 0xFC77DC) is known color: Pale Magenta. HEX triplet: FC, 77 and DC. RGB value is (252,119,220). Sum of RGB (Red+Green+Blue) = 252+119+220=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77DC is #038823. Grayscale: #AAAAAA. Windows color (decimal): -231460 or 14448636. OLE color: 14448636.

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

Color convert

RGB 252 119 220 -
CMYK 0 0.53 0.13 0.01
HSL 314.44º 0.96% 0.73% -
HSV(B) 314.44º 0.53% 0.99% -
XYZ 59.66 39.06 72.1 -
YUV 170.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 252 119 220 0 0.53 0.13 0.01 314.44 0.96 0.73
Hex FC 77 DC 0 35 D 1 13A 60 49
Octal 374 167 334 0 65 15 1 472 140 111
Binary 11111100 1110111 11011100 0 110101 1101 1 100111010 1100000 1001001

Color Harmonies of #FC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77DC

Black with #FC77DC

Text Example


Text Example

White with #FC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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