#F59DDF

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

Shades of Lavender Rose #F59DDF

Tints of Lavender Rose #F59DDF

Color information

#F59DDF (or 0xF59DDF) is unknown color: approx Lavender Rose. HEX triplet: F5, 9D and DF. RGB value is (245,157,223). Sum of RGB (Red+Green+Blue) = 245+157+223=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DDF is #0A6220. Grayscale: #BEBEBE. Windows color (decimal): -680481 or 14654965. OLE color: 14654965.

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

Color convert

RGB245157223-
CMYK00.360.090.04
HSL315º81.48%78.82%-
HSV(B)315º35.92%96.08%-
XYZ63.0348.8575.92-
YUV190.84146.15166.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=39.2%
G=25.12%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515722300.360.090.0431581.4878.82
HexF59DDF0249413b514f
Octal365235337044114473121117
Binary1111010110011101110111110100100100110010011101110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DDF; }

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

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

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

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

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

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

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

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