Html Css Color HEX #FC79E8 Pale Magenta

📋 copy color: '#FC79E8'

red 252 ◦ green 121 ◦ blue 232

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

Shades of Pale Magenta #FC79E8

Tints of Pale Magenta #FC79E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 41.65%
G = 20%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC79E8 (or 0xFC79E8) is known color: Pale Magenta. HEX triplet: FC, 79 and E8. RGB value is (252,121,232). Sum of RGB (Red+Green+Blue) = 252+121+232=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 121 (47.66% from 255 or 20% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC79E8 is #038617. Grayscale: #ACACAC. Windows color (decimal): -230936 or 15235580. OLE color: 15235580.

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

Color convert

RGB 252 121 232 -
CMYK 0 0.52 0.08 0.01
HSL 309.16º 0.96% 0.73% -
HSV(B) 309.16º 0.52% 0.99% -
XYZ 61.55 40.2 80.86 -
YUV 172.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 252 121 232 0 0.52 0.08 0.01 309.16 0.96 0.73
Hex FC 79 E8 0 34 8 1 135 60 49
Octal 374 171 350 0 64 10 1 465 140 111
Binary 11111100 1111001 11101000 0 110100 1000 1 100110101 1100000 1001001

Color Harmonies of #FC79E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC79E8

Black with #FC79E8

Text Example


Text Example

White with #FC79E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC79E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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