#F78EDC

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

Shades of Pale Magenta #F78EDC

Tints of Pale Magenta #F78EDC

Color information

#F78EDC (or 0xF78EDC) is unknown color: approx Pale Magenta. HEX triplet: F7, 8E and DC. RGB value is (247,142,220). Sum of RGB (Red+Green+Blue) = 247+142+220=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EDC is #087123. Grayscale: #B6B6B6. Windows color (decimal): -553252 or 14454519. OLE color: 14454519.

HSL color Cylindrical-coordinate representation of color #F78EDC: hue angle of 315.43º 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 #F78EDC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247142220-
CMYK00.430.110.03
HSL315.43º86.78%76.27%-
HSV(B)315.43º42.51%96.86%-
XYZ60.9544.2973.05-
YUV182.29149.29174.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=40.56%
G=23.32%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714222000.430.110.03315.4386.7876.27
HexF78EDC02BB313b574c
Octal367216334053133473127114
Binary111101111000111011011100010101110111110011101110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78EDC; }

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

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

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

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

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

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

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

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