Html Css Color HEX #FC79DC Pale Magenta

📋 copy color: '#FC79DC'

red 252 ◦ green 121 ◦ blue 220

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

Shades of Pale Magenta #FC79DC

Tints of Pale Magenta #FC79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.4%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 42.5%
G = 20.4%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC79DC (or 0xFC79DC) is known color: Pale Magenta. HEX triplet: FC, 79 and DC. RGB value is (252,121,220). Sum of RGB (Red+Green+Blue) = 252+121+220=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 121 (47.66% from 255 or 20.40% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79DC is #038623. Grayscale: #ABABAB. Windows color (decimal): -230948 or 14449148. OLE color: 14449148.

HSL color Cylindrical-coordinate representation of color #FC79DC: hue angle of 314.66º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC79DC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 121 220 -
CMYK 0 0.52 0.13 0.01
HSL 314.66º 0.96% 0.73% -
HSV(B) 314.66º 0.52% 0.99% -
XYZ 59.9 39.54 72.18 -
YUV 171.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 252 121 220 0 0.52 0.13 0.01 314.66 0.96 0.73
Hex FC 79 DC 0 34 D 1 13B 60 49
Octal 374 171 334 0 64 15 1 473 140 111
Binary 11111100 1111001 11011100 0 110100 1101 1 100111011 1100000 1001001

Color Harmonies of #FC79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC79DC

Black with #FC79DC

Text Example


Text Example

White with #FC79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC79DC; }

 p { color: rgb(252,121,220); }

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

background-color css

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

 a { background-color: rgb(252,121,220); }

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

border-color css

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

 span { border-color: rgb(252,121,220); }

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