Html Css Color HEX #FC78EA Pale Magenta

📋 copy color: '#FC78EA'

red 252 ◦ green 120 ◦ blue 234

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

Shades of Pale Magenta #FC78EA

Tints of Pale Magenta #FC78EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 41.58%
G = 19.8%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC78EA (or 0xFC78EA) is known color: Pale Magenta. HEX triplet: FC, 78 and EA. RGB value is (252,120,234). Sum of RGB (Red+Green+Blue) = 252+120+234=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 120 (47.27% from 255 or 19.80% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78EA is #038715. Grayscale: #ACACAC. Windows color (decimal): -231190 or 15366396. OLE color: 15366396.

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

Color convert

RGB 252 120 234 -
CMYK 0 0.52 0.07 0.01
HSL 308.18º 0.96% 0.73% -
HSV(B) 308.18º 0.52% 0.99% -
XYZ 61.71 40.07 82.32 -
YUV 172.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 252 120 234 0 0.52 0.07 0.01 308.18 0.96 0.73
Hex FC 78 EA 0 34 7 1 134 60 49
Octal 374 170 352 0 64 7 1 464 140 111
Binary 11111100 1111000 11101010 0 110100 111 1 100110100 1100000 1001001

Color Harmonies of #FC78EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78EA

Black with #FC78EA

Text Example


Text Example

White with #FC78EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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