#F59DE6

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

Shades of Lavender Rose #F59DE6

Tints of Lavender Rose #F59DE6

Color information

#F59DE6 (or 0xF59DE6) is unknown color: approx Lavender Rose. HEX triplet: F5, 9D and E6. RGB value is (245,157,230). Sum of RGB (Red+Green+Blue) = 245+157+230=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DE6 is #0A6219. Grayscale: #BFBFBF. Windows color (decimal): -680474 or 15113717. OLE color: 15113717.

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

Color convert

RGB245157230-
CMYK00.360.060.04
HSL310.23º81.48%78.82%-
HSV(B)310.23º35.92%96.08%-
XYZ6449.2480.99-
YUV191.63149.65166.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 157 (61.72% from 255) = 24.84%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=38.77%
G=24.84%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515723000.360.060.04310.2381.4878.82
HexF59DE602464136514f
Octal36523534604464466121117
Binary111101011001110111100110010010011010010011011010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DE6; }

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

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

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

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

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

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

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

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