#F78AE1

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

Shades of Pale Magenta #F78AE1

Tints of Pale Magenta #F78AE1

Color information

#F78AE1 (or 0xF78AE1) is unknown color: approx Pale Magenta. HEX triplet: F7, 8A and E1. RGB value is (247,138,225). Sum of RGB (Red+Green+Blue) = 247+138+225=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AE1 is #08751E. Grayscale: #B4B4B4. Windows color (decimal): -554271 or 14781175. OLE color: 14781175.

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

Color convert

RGB247138225-
CMYK00.440.090.03
HSL312.11º87.2%75.49%-
HSV(B)312.11º44.13%96.86%-
XYZ61.0443.3976.39-
YUV180.51153.11175.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 138 (54.30% from 255) = 22.62%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=40.49%
G=22.62%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713822500.440.090.03312.1187.275.49
HexF78AE102C93138574b
Octal367212341054113470127113
Binary111101111000101011100001010110010011110011100010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78AE1; }

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

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

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

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

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

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

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

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