Html Css Color HEX #FC78E5 Pale Magenta

📋 copy color: '#FC78E5'

red 252 ◦ green 120 ◦ blue 229

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

Shades of Pale Magenta #FC78E5

Tints of Pale Magenta #FC78E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.1%

R = 41.93%
G = 19.97%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC78E5 (or 0xFC78E5) is known color: Pale Magenta. HEX triplet: FC, 78 and E5. RGB value is (252,120,229). Sum of RGB (Red+Green+Blue) = 252+120+229=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78E5 is #03871A. Grayscale: #ABABAB. Windows color (decimal): -231195 or 15038716. OLE color: 15038716.

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

Color convert

RGB 252 120 229 -
CMYK 0 0.52 0.09 0.01
HSL 310.45º 0.96% 0.73% -
HSV(B) 310.45º 0.52% 0.99% -
XYZ 61 39.79 78.59 -
YUV 171.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 252 120 229 0 0.52 0.09 0.01 310.45 0.96 0.73
Hex FC 78 E5 0 34 9 1 136 60 49
Octal 374 170 345 0 64 11 1 466 140 111
Binary 11111100 1111000 11100101 0 110100 1001 1 100110110 1100000 1001001

Color Harmonies of #FC78E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78E5

Black with #FC78E5

Text Example


Text Example

White with #FC78E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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