Html Css Color HEX #FC76E8 Pale Magenta

📋 copy color: '#FC76E8'

red 252 ◦ green 118 ◦ blue 232

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

Shades of Pale Magenta #FC76E8

Tints of Pale Magenta #FC76E8

RGB

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

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

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

R = 41.86%
G = 19.6%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC76E8 (or 0xFC76E8) is known color: Pale Magenta. HEX triplet: FC, 76 and E8. RGB value is (252,118,232). Sum of RGB (Red+Green+Blue) = 252+118+232=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 118 (46.48% from 255 or 19.60% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76E8 is #038917. Grayscale: #AAAAAA. Windows color (decimal): -231704 or 15234812. OLE color: 15234812.

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

Color convert

RGB 252 118 232 -
CMYK 0 0.53 0.08 0.01
HSL 308.96º 0.96% 0.73% -
HSV(B) 308.96º 0.53% 0.99% -
XYZ 61.19 39.48 80.74 -
YUV 171.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 252 118 232 0 0.53 0.08 0.01 308.96 0.96 0.73
Hex FC 76 E8 0 35 8 1 135 60 49
Octal 374 166 350 0 65 10 1 465 140 111
Binary 11111100 1110110 11101000 0 110101 1000 1 100110101 1100000 1001001

Color Harmonies of #FC76E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76E8

Black with #FC76E8

Text Example


Text Example

White with #FC76E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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