Html Css Color HEX #FC77EF Pale Magenta

📋 copy color: '#FC77EF'

red 252 ◦ green 119 ◦ blue 239

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

Shades of Pale Magenta #FC77EF

Tints of Pale Magenta #FC77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 41.31%
G = 19.51%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC77EF (or 0xFC77EF) is known color: Pale Magenta. HEX triplet: FC, 77 and EF. RGB value is (252,119,239). Sum of RGB (Red+Green+Blue) = 252+119+239=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 119 (46.88% from 255 or 19.51% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77EF is #038810. Grayscale: #ACACAC. Windows color (decimal): -231441 or 15693820. OLE color: 15693820.

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

Color convert

RGB 252 119 239 -
CMYK 0 0.53 0.05 0.01
HSL 305.86º 0.96% 0.73% -
HSV(B) 305.86º 0.53% 0.99% -
XYZ 62.32 40.12 86.12 -
YUV 172.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 252 119 239 0 0.53 0.05 0.01 305.86 0.96 0.73
Hex FC 77 EF 0 35 5 1 132 60 49
Octal 374 167 357 0 65 5 1 462 140 111
Binary 11111100 1110111 11101111 0 110101 101 1 100110010 1100000 1001001

Color Harmonies of #FC77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77EF

Black with #FC77EF

Text Example


Text Example

White with #FC77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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