Html Css Color HEX #FC77DF Pale Magenta

📋 copy color: '#FC77DF'

red 252 ◦ green 119 ◦ blue 223

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

Shades of Pale Magenta #FC77DF

Tints of Pale Magenta #FC77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 42.42%
G = 20.03%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC77DF (or 0xFC77DF) is known color: Pale Magenta. HEX triplet: FC, 77 and DF. RGB value is (252,119,223). Sum of RGB (Red+Green+Blue) = 252+119+223=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77DF is #038820. Grayscale: #AAAAAA. Windows color (decimal): -231457 or 14645244. OLE color: 14645244.

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

Color convert

RGB 252 119 223 -
CMYK 0 0.53 0.12 0.01
HSL 313.08º 0.96% 0.73% -
HSV(B) 313.08º 0.53% 0.99% -
XYZ 60.06 39.22 74.22 -
YUV 170.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 252 119 223 0 0.53 0.12 0.01 313.08 0.96 0.73
Hex FC 77 DF 0 35 C 1 139 60 49
Octal 374 167 337 0 65 14 1 471 140 111
Binary 11111100 1110111 11011111 0 110101 1100 1 100111001 1100000 1001001

Color Harmonies of #FC77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77DF

Black with #FC77DF

Text Example


Text Example

White with #FC77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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