#F59ECF

Color #F59ECF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F59ECF

Tints of Lavender Pink #F59ECF

Color information

#F59ECF (or 0xF59ECF) is unknown color: approx Lavender Pink. HEX triplet: F5, 9E and CF. RGB value is (245,158,207). Sum of RGB (Red+Green+Blue) = 245+158+207=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ECF is #0A6130. Grayscale: #BDBDBD. Windows color (decimal): -680241 or 13606645. OLE color: 13606645.

HSL color Cylindrical-coordinate representation of color #F59ECF: hue angle of 326.21º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59ECF is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245158207-
CMYK00.360.160.04
HSL326.21º81.31%79.02%-
HSV(B)326.21º35.51%96.08%-
XYZ61.1548.3765.15-
YUV189.6137.82167.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=40.16%
G=25.90%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515820700.360.160.04326.2181.3179.02
HexF59ECF024104146514f
Octal365236317044204506121117
Binary11110101100111101100111101001001000010010100011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59ECF; }

 p { color: rgb(245,158,207); }

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

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

 a { background-color: rgb(245,158,207); }

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

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

 span { border-color: rgb(245,158,207); }

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