#FF78DA

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

Shades of Pale Magenta #FF78DA

Tints of Pale Magenta #FF78DA

Color information

#FF78DA (or 0xFF78DA) is unknown color: approx Pale Magenta. HEX triplet: FF, 78 and DA. RGB value is (255,120,218). Sum of RGB (Red+Green+Blue) = 255+120+218=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78DA is #008725. Grayscale: #ABABAB. Windows color (decimal): -34598 or 14317823. OLE color: 14317823.

HSL color Cylindrical-coordinate representation of color #FF78DA: hue angle of 316.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78DA is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255120218-
CMYK00.530.150
HSL316.44º100%73.53%-
HSV(B)316.44º52.94%100%-
XYZ60.6139.7570.81-
YUV171.54154.23187.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 120 (47.27% from 255) = 20.24%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=43.00%
G=20.24%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512021800.530.150316.4410073.53
HexFF78DA035F013c644a
Octal377170332065170474144112
Binary1111111111110001101101001101011111010011110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF78DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF78DA; }

 p { color: rgb(255,120,218); }

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

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

 a { background-color: rgb(255,120,218); }

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

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

 span { border-color: rgb(255,120,218); }

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