#FD78E3

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

Shades of Pale Magenta #FD78E3

Tints of Pale Magenta #FD78E3

Color information

#FD78E3 (or 0xFD78E3) is unknown color: approx Pale Magenta. HEX triplet: FD, 78 and E3. RGB value is (253,120,227). Sum of RGB (Red+Green+Blue) = 253+120+227=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD78E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD78E3 is #02871C. Grayscale: #ABABAB. Windows color (decimal): -165661 or 14907645. OLE color: 14907645.

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

Color convert

RGB253120227-
CMYK00.530.100.01
HSL311.73º97.08%73.14%-
HSV(B)311.73º52.57%99.22%-
XYZ61.0939.8677.15-
YUV171.96159.06185.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 120 (47.27% from 255) = 20%
BLUE value IS 227 (89.06% from 255) = 37.83%
R=42.17%
G=20%
B=37.83%

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
Decimal25312022700.530.100.01311.7397.0873.14
HexFD78E3035A11386149
Octal375170343065121470141111
Binary1111110111110001110001101101011010110011100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD78E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD78E3; }

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

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

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

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

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

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

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

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