#F788DA

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

Shades of Pale Magenta #F788DA

Tints of Pale Magenta #F788DA

Color information

#F788DA (or 0xF788DA) is unknown color: approx Pale Magenta. HEX triplet: F7, 88 and DA. RGB value is (247,136,218). Sum of RGB (Red+Green+Blue) = 247+136+218=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F788DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F788DA is #087725. Grayscale: #B2B2B2. Windows color (decimal): -554790 or 14321911. OLE color: 14321911.

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

Color convert

RGB247136218-
CMYK00.450.120.03
HSL315.68º87.4%75.1%-
HSV(B)315.68º44.94%96.86%-
XYZ59.8242.4471.37-
YUV178.54150.27176.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 136 (53.52% from 255) = 22.63%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=41.10%
G=22.63%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713621800.450.120.03315.6887.475.1
HexF788DA02DC313c574b
Octal367210332055143474127113
Binary111101111000100011011010010110111001110011110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F788DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F788DA; }

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

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

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

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

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

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

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

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