Html Css Color HEX #FC76E6 Pale Magenta

📋 copy color: '#FC76E6'

red 252 ◦ green 118 ◦ blue 230

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

Shades of Pale Magenta #FC76E6

Tints of Pale Magenta #FC76E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 42%
G = 19.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC76E6 (or 0xFC76E6) is known color: Pale Magenta. HEX triplet: FC, 76 and E6. RGB value is (252,118,230). Sum of RGB (Red+Green+Blue) = 252+118+230=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC76E6 is #038919. Grayscale: #AAAAAA. Windows color (decimal): -231706 or 15103740. OLE color: 15103740.

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

Color convert

RGB 252 118 230 -
CMYK 0 0.53 0.09 0.01
HSL 309.85º 0.96% 0.73% -
HSV(B) 309.85º 0.53% 0.99% -
XYZ 60.91 39.37 79.25 -
YUV 170.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 252 118 230 0 0.53 0.09 0.01 309.85 0.96 0.73
Hex FC 76 E6 0 35 9 1 136 60 49
Octal 374 166 346 0 65 11 1 466 140 111
Binary 11111100 1110110 11100110 0 110101 1001 1 100110110 1100000 1001001

Color Harmonies of #FC76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76E6

Black with #FC76E6

Text Example


Text Example

White with #FC76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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