Html Css Color HEX #FC77EA Pale Magenta

📋 copy color: '#FC77EA'

red 252 ◦ green 119 ◦ blue 234

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

Shades of Pale Magenta #FC77EA

Tints of Pale Magenta #FC77EA

RGB

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

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

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

R = 41.65%
G = 19.67%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC77EA (or 0xFC77EA) is known color: Pale Magenta. HEX triplet: FC, 77 and EA. RGB value is (252,119,234). Sum of RGB (Red+Green+Blue) = 252+119+234=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 119 (46.88% from 255 or 19.67% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77EA is #038815. Grayscale: #ABABAB. Windows color (decimal): -231446 or 15366140. OLE color: 15366140.

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

Color convert

RGB 252 119 234 -
CMYK 0 0.53 0.07 0.01
HSL 308.12º 0.96% 0.73% -
HSV(B) 308.12º 0.53% 0.99% -
XYZ 61.59 39.83 82.28 -
YUV 171.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 252 119 234 0 0.53 0.07 0.01 308.12 0.96 0.73
Hex FC 77 EA 0 35 7 1 134 60 49
Octal 374 167 352 0 65 7 1 464 140 111
Binary 11111100 1110111 11101010 0 110101 111 1 100110100 1100000 1001001

Color Harmonies of #FC77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77EA

Black with #FC77EA

Text Example


Text Example

White with #FC77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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