#F59FDA

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

Shades of Lavender Rose #F59FDA

Tints of Lavender Rose #F59FDA

Color information

#F59FDA (or 0xF59FDA) is unknown color: approx Lavender Rose. HEX triplet: F5, 9F and DA. RGB value is (245,159,218). Sum of RGB (Red+Green+Blue) = 245+159+218=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FDA is #0A6025. Grayscale: #BFBFBF. Windows color (decimal): -679974 or 14327797. OLE color: 14327797.

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

Color convert

RGB245159218-
CMYK00.350.110.04
HSL318.84º81.13%79.22%-
HSV(B)318.84º35.1%96.08%-
XYZ62.7149.2772.53-
YUV191.44142.99166.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.39%
GREEN value IS 159 (62.5% from 255) = 25.56%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=39.39%
G=25.56%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515921800.350.110.04318.8481.1379.22
HexF59FDA023B413f514f
Octal365237332043134477121117
Binary1111010110011111110110100100011101110010011111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FDA; }

 p { color: rgb(245,159,218); }

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

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

 a { background-color: rgb(245,159,218); }

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

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

 span { border-color: rgb(245,159,218); }

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