#F78AE5

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

Shades of Pale Magenta #F78AE5

Tints of Pale Magenta #F78AE5

Color information

#F78AE5 (or 0xF78AE5) is unknown color: approx Pale Magenta. HEX triplet: F7, 8A and E5. RGB value is (247,138,229). Sum of RGB (Red+Green+Blue) = 247+138+229=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AE5 is #08751A. Grayscale: #B4B4B4. Windows color (decimal): -554267 or 15043319. OLE color: 15043319.

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

Color convert

RGB247138229-
CMYK00.440.070.03
HSL309.91º87.2%75.49%-
HSV(B)309.91º44.13%96.86%-
XYZ61.5943.6179.3-
YUV180.96155.11175.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 138 (54.30% from 255) = 22.48%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=40.23%
G=22.48%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713822900.440.070.03309.9187.275.49
HexF78AE502C73136574b
Octal36721234505473466127113
Binary11110111100010101110010101011001111110011011010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AE5; }

 p { color: rgb(247,138,229); }

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

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

 a { background-color: rgb(247,138,229); }

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

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

 span { border-color: rgb(247,138,229); }

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