#F78FDA

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

Shades of Pale Magenta #F78FDA

Tints of Pale Magenta #F78FDA

Color information

#F78FDA (or 0xF78FDA) is unknown color: approx Pale Magenta. HEX triplet: F7, 8F and DA. RGB value is (247,143,218). Sum of RGB (Red+Green+Blue) = 247+143+218=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FDA is #087025. Grayscale: #B6B6B6. Windows color (decimal): -552998 or 14323703. OLE color: 14323703.

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

Color convert

RGB247143218-
CMYK00.420.120.03
HSL316.73º86.67%76.47%-
HSV(B)316.73º42.11%96.86%-
XYZ60.8444.4871.71-
YUV182.65147.96173.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 143 (56.25% from 255) = 23.52%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=40.62%
G=23.52%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714321800.420.120.03316.7386.6776.47
HexF78FDA02AC313d574c
Octal367217332052143475127114
Binary111101111000111111011010010101011001110011110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78FDA; }

 p { color: rgb(247,143,218); }

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

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

 a { background-color: rgb(247,143,218); }

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

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

 span { border-color: rgb(247,143,218); }

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