#F78ED6

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

Shades of Pale Magenta #F78ED6

Tints of Pale Magenta #F78ED6

Color information

#F78ED6 (or 0xF78ED6) is unknown color: approx Pale Magenta. HEX triplet: F7, 8E and D6. RGB value is (247,142,214). Sum of RGB (Red+Green+Blue) = 247+142+214=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 142 (55.86% from 255 or 23.55% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ED6 is #087129. Grayscale: #B5B5B5. Windows color (decimal): -553258 or 14061303. OLE color: 14061303.

HSL color Cylindrical-coordinate representation of color #F78ED6: hue angle of 318.86º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78ED6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247142214-
CMYK00.430.130.03
HSL318.86º86.78%76.27%-
HSV(B)318.86º42.51%96.86%-
XYZ60.1743.9868.94-
YUV181.6146.29174.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 142 (55.86% from 255) = 23.55%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=40.96%
G=23.55%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714221400.430.130.03318.8686.7876.27
HexF78ED602BD313f574c
Octal367216326053153477127114
Binary111101111000111011010110010101111011110011111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78ED6; }

 p { color: rgb(247,142,214); }

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

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

 a { background-color: rgb(247,142,214); }

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

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

 span { border-color: rgb(247,142,214); }

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