Html Css Color HEX #FC78EF Pale Magenta

📋 copy color: '#FC78EF'

red 252 ◦ green 120 ◦ blue 239

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

Shades of Pale Magenta #FC78EF

Tints of Pale Magenta #FC78EF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 19.64%

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 41.24%
G = 19.64%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC78EF (or 0xFC78EF) is known color: Pale Magenta. HEX triplet: FC, 78 and EF. RGB value is (252,120,239). Sum of RGB (Red+Green+Blue) = 252+120+239=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 120 (47.27% from 255 or 19.64% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78EF is #038710. Grayscale: #ACACAC. Windows color (decimal): -231185 or 15694076. OLE color: 15694076.

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

Color convert

RGB 252 120 239 -
CMYK 0 0.52 0.05 0.01
HSL 305.91º 0.96% 0.73% -
HSV(B) 305.91º 0.52% 0.99% -
XYZ 62.44 40.36 86.16 -
YUV 173.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 252 120 239 0 0.52 0.05 0.01 305.91 0.96 0.73
Hex FC 78 EF 0 34 5 1 132 60 49
Octal 374 170 357 0 64 5 1 462 140 111
Binary 11111100 1111000 11101111 0 110100 101 1 100110010 1100000 1001001

Color Harmonies of #FC78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78EF

Black with #FC78EF

Text Example


Text Example

White with #FC78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78EF; }

 p { color: rgb(252,120,239); }

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

background-color css

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

 a { background-color: rgb(252,120,239); }

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

border-color css

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

 span { border-color: rgb(252,120,239); }

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