#F795EC

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

Shades of Pale Magenta #F795EC

Tints of Pale Magenta #F795EC

Color information

#F795EC (or 0xF795EC) is unknown color: approx Pale Magenta. HEX triplet: F7, 95 and EC. RGB value is (247,149,236). Sum of RGB (Red+Green+Blue) = 247+149+236=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F795EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795EC is #086A13. Grayscale: #BBBBBB. Windows color (decimal): -551444 or 15504887. OLE color: 15504887.

HSL color Cylindrical-coordinate representation of color #F795EC: hue angle of 306.73º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F795EC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247149236-
CMYK00.400.040.03
HSL306.73º85.96%77.65%-
HSV(B)306.73º39.68%96.86%-
XYZ64.2547.3385.11-
YUV188.22154.97169.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.08%
GREEN value IS 149 (58.59% from 255) = 23.58%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=39.08%
G=23.58%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714923600.400.040.03306.7385.9677.65
HexF795EC02843133564e
Octal36722535405043463126116
Binary11110111100101011110110001010001001110011001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795EC; }

 p { color: rgb(247,149,236); }

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

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

 a { background-color: rgb(247,149,236); }

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

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

 span { border-color: rgb(247,149,236); }

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