#F59DCF

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

Shades of Lavender Pink #F59DCF

Tints of Lavender Pink #F59DCF

Color information

#F59DCF (or 0xF59DCF) is unknown color: approx Lavender Pink. HEX triplet: F5, 9D and CF. RGB value is (245,157,207). Sum of RGB (Red+Green+Blue) = 245+157+207=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DCF is #0A6230. Grayscale: #BCBCBC. Windows color (decimal): -680497 or 13606389. OLE color: 13606389.

HSL color Cylindrical-coordinate representation of color #F59DCF: hue angle of 325.91º 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 #F59DCF is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245157207-
CMYK00.360.160.04
HSL325.91º81.48%78.82%-
HSV(B)325.91º35.92%96.08%-
XYZ60.9848.0365.09-
YUV189.01138.15167.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.23%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=40.23%
G=25.78%
B=33.99%

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
Decimal24515720700.360.160.04325.9181.4878.82
HexF59DCF024104146514f
Octal365235317044204506121117
Binary11110101100111011100111101001001000010010100011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DCF; }

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

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

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

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

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

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

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

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