#FD78E4

Color #FD78E4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD78E4

Tints of Pale Magenta #FD78E4

Color information

#FD78E4 (or 0xFD78E4) is unknown color: approx Pale Magenta. HEX triplet: FD, 78 and E4. RGB value is (253,120,228). Sum of RGB (Red+Green+Blue) = 253+120+228=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78E4 is #02871B. Grayscale: #ABABAB. Windows color (decimal): -165660 or 14973181. OLE color: 14973181.

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

Color convert

RGB253120228-
CMYK00.530.100.01
HSL311.28º97.08%73.14%-
HSV(B)311.28º52.57%99.22%-
XYZ61.2339.9277.88-
YUV172.08159.56185.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 120 (47.27% from 255) = 19.97%
BLUE value IS 228 (89.45% from 255) = 37.94%
R=42.10%
G=19.97%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312022800.530.100.01311.2897.0873.14
HexFD78E4035A11376149
Octal375170344065121467141111
Binary1111110111110001110010001101011010110011011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD78E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD78E4; }

 p { color: rgb(253,120,228); }

 H1.HeaderClassName
 {
   color: #FD78E4;
 }
 .AnyTagClassName
 {
   color: #FD78E4;
 }
</style>
background-color css

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

 a { background-color: rgb(253,120,228); }

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

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

 span { border-color: rgb(253,120,228); }

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