Html Css Color HEX #FC76EC Pale Magenta

📋 copy color: '#FC76EC'

red 252 ◦ green 118 ◦ blue 236

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

Shades of Pale Magenta #FC76EC

Tints of Pale Magenta #FC76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.47%

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 41.58%
G = 19.47%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC76EC (or 0xFC76EC) is known color: Pale Magenta. HEX triplet: FC, 76 and EC. RGB value is (252,118,236). Sum of RGB (Red+Green+Blue) = 252+118+236=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 118 (46.48% from 255 or 19.47% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76EC is #038913. Grayscale: #ABABAB. Windows color (decimal): -231700 or 15496956. OLE color: 15496956.

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

Color convert

RGB 252 118 236 -
CMYK 0 0.53 0.06 0.01
HSL 307.16º 0.96% 0.73% -
HSV(B) 307.16º 0.53% 0.99% -
XYZ 61.76 39.71 83.77 -
YUV 171.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 252 118 236 0 0.53 0.06 0.01 307.16 0.96 0.73
Hex FC 76 EC 0 35 6 1 133 60 49
Octal 374 166 354 0 65 6 1 463 140 111
Binary 11111100 1110110 11101100 0 110101 110 1 100110011 1100000 1001001

Color Harmonies of #FC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76EC

Black with #FC76EC

Text Example


Text Example

White with #FC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76EC; }

 p { color: rgb(252,118,236); }

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

background-color css

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

 a { background-color: rgb(252,118,236); }

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

border-color css

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

 span { border-color: rgb(252,118,236); }

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