Html Css Color HEX #FC76E3 Pale Magenta

📋 copy color: '#FC76E3'

red 252 ◦ green 118 ◦ blue 227

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

Shades of Pale Magenta #FC76E3

Tints of Pale Magenta #FC76E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.02%

R = 42.21%
G = 19.77%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC76E3 (or 0xFC76E3) is known color: Pale Magenta. HEX triplet: FC, 76 and E3. RGB value is (252,118,227). Sum of RGB (Red+Green+Blue) = 252+118+227=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 118 (46.48% from 255 or 19.77% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76E3 is #03891C. Grayscale: #AAAAAA. Windows color (decimal): -231709 or 14907132. OLE color: 14907132.

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

Color convert

RGB 252 118 227 -
CMYK 0 0.53 0.10 0.01
HSL 311.19º 0.96% 0.73% -
HSV(B) 311.19º 0.53% 0.99% -
XYZ 60.49 39.2 77.05 -
YUV 170.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 252 118 227 0 0.53 0.10 0.01 311.19 0.96 0.73
Hex FC 76 E3 0 35 A 1 137 60 49
Octal 374 166 343 0 65 12 1 467 140 111
Binary 11111100 1110110 11100011 0 110101 1010 1 100110111 1100000 1001001

Color Harmonies of #FC76E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76E3

Black with #FC76E3

Text Example


Text Example

White with #FC76E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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