Html Css Color HEX #FC77E7 Pale Magenta

📋 copy color: '#FC77E7'

red 252 ◦ green 119 ◦ blue 231

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

Shades of Pale Magenta #FC77E7

Tints of Pale Magenta #FC77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 41.86%
G = 19.77%
B = 38.37%

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

#FC77E7 (or 0xFC77E7) is known color: Pale Magenta. HEX triplet: FC, 77 and E7. RGB value is (252,119,231). Sum of RGB (Red+Green+Blue) = 252+119+231=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77E7 is #038818. Grayscale: #ABABAB. Windows color (decimal): -231449 or 15169532. OLE color: 15169532.

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

Color convert

RGB 252 119 231 -
CMYK 0 0.53 0.08 0.01
HSL 309.47º 0.96% 0.73% -
HSV(B) 309.47º 0.53% 0.99% -
XYZ 61.17 39.66 80.03 -
YUV 171.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 252 119 231 0 0.53 0.08 0.01 309.47 0.96 0.73
Hex FC 77 E7 0 35 8 1 135 60 49
Octal 374 167 347 0 65 10 1 465 140 111
Binary 11111100 1110111 11100111 0 110101 1000 1 100110101 1100000 1001001

Color Harmonies of #FC77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77E7

Black with #FC77E7

Text Example


Text Example

White with #FC77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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