Html Css Color HEX #FC79DF Pale Magenta

📋 copy color: '#FC79DF'

red 252 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #FC79DF

Tints of Pale Magenta #FC79DF

RGB

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

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

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

R = 42.28%
G = 20.3%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC79DF (or 0xFC79DF) is known color: Pale Magenta. HEX triplet: FC, 79 and DF. RGB value is (252,121,223). Sum of RGB (Red+Green+Blue) = 252+121+223=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79DF is #038620. Grayscale: #ABABAB. Windows color (decimal): -230945 or 14645756. OLE color: 14645756.

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

Color convert

RGB 252 121 223 -
CMYK 0 0.52 0.12 0.01
HSL 313.28º 0.96% 0.73% -
HSV(B) 313.28º 0.52% 0.99% -
XYZ 60.3 39.7 74.3 -
YUV 171.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 252 121 223 0 0.52 0.12 0.01 313.28 0.96 0.73
Hex FC 79 DF 0 34 C 1 139 60 49
Octal 374 171 337 0 64 14 1 471 140 111
Binary 11111100 1111001 11011111 0 110100 1100 1 100111001 1100000 1001001

Color Harmonies of #FC79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC79DF

Black with #FC79DF

Text Example


Text Example

White with #FC79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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