#F790DE

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

Shades of Pale Magenta #F790DE

Tints of Pale Magenta #F790DE

Color information

#F790DE (or 0xF790DE) is unknown color: approx Pale Magenta. HEX triplet: F7, 90 and DE. RGB value is (247,144,222). Sum of RGB (Red+Green+Blue) = 247+144+222=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F790DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F790DE is #086F21. Grayscale: #B7B7B7. Windows color (decimal): -552738 or 14586103. OLE color: 14586103.

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

Color convert

RGB247144222-
CMYK00.420.100.03
HSL314.56º86.55%76.67%-
HSV(B)314.56º41.7%96.86%-
XYZ61.5244.9974.55-
YUV183.69149.62173.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 144 (56.64% from 255) = 23.49%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=40.29%
G=23.49%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714422200.420.100.03314.5686.5576.67
HexF790DE02AA313b574d
Octal367220336052123473127115
Binary111101111001000011011110010101010101110011101110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F790DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F790DE; }

 p { color: rgb(247,144,222); }

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

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

 a { background-color: rgb(247,144,222); }

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

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

 span { border-color: rgb(247,144,222); }

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