Html Css Color HEX #FC77E2 Pale Magenta

📋 copy color: '#FC77E2'

red 252 ◦ green 119 ◦ blue 226

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

Shades of Pale Magenta #FC77E2

Tints of Pale Magenta #FC77E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.86%

R = 42.21%
G = 19.93%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC77E2 (or 0xFC77E2) is known color: Pale Magenta. HEX triplet: FC, 77 and E2. RGB value is (252,119,226). Sum of RGB (Red+Green+Blue) = 252+119+226=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77E2 is #03881D. Grayscale: #AAAAAA. Windows color (decimal): -231454 or 14841852. OLE color: 14841852.

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

Color convert

RGB 252 119 226 -
CMYK 0 0.53 0.10 0.01
HSL 311.73º 0.96% 0.73% -
HSV(B) 311.73º 0.53% 0.99% -
XYZ 60.47 39.38 76.37 -
YUV 170.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 252 119 226 0 0.53 0.10 0.01 311.73 0.96 0.73
Hex FC 77 E2 0 35 A 1 138 60 49
Octal 374 167 342 0 65 12 1 470 140 111
Binary 11111100 1110111 11100010 0 110101 1010 1 100111000 1100000 1001001

Color Harmonies of #FC77E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77E2

Black with #FC77E2

Text Example


Text Example

White with #FC77E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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