#F59FE5

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

Shades of Lavender Rose #F59FE5

Tints of Lavender Rose #F59FE5

Color information

#F59FE5 (or 0xF59FE5) is unknown color: approx Lavender Rose. HEX triplet: F5, 9F and E5. RGB value is (245,159,229). Sum of RGB (Red+Green+Blue) = 245+159+229=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FE5 is #0A601A. Grayscale: #C0C0C0. Windows color (decimal): -679963 or 15048693. OLE color: 15048693.

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

Color convert

RGB245159229-
CMYK00.350.070.04
HSL311.16º81.13%79.22%-
HSV(B)311.16º35.1%96.08%-
XYZ64.249.8780.37-
YUV192.69148.49165.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 159 (62.5% from 255) = 25.12%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=38.70%
G=25.12%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515922900.350.070.04311.1681.1379.22
HexF59FE502374137514f
Octal36523734504374467121117
Binary111101011001111111100101010001111110010011011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FE5; }

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

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

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

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

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

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

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

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