#F59AEE

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

Shades of Lavender Rose #F59AEE

Tints of Lavender Rose #F59AEE

Color information

#F59AEE (or 0xF59AEE) is unknown color: approx Lavender Rose. HEX triplet: F5, 9A and EE. RGB value is (245,154,238). Sum of RGB (Red+Green+Blue) = 245+154+238=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F59AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59AEE is #0A6511. Grayscale: #BEBEBE. Windows color (decimal): -681234 or 15637237. OLE color: 15637237.

HSL color Cylindrical-coordinate representation of color #F59AEE: hue angle of 304.62º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59AEE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245154238-
CMYK00.370.030.04
HSL304.62º81.98%78.24%-
HSV(B)304.62º37.14%96.08%-
XYZ64.6448.786.88-
YUV190.78154.65166.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 154 (60.55% from 255) = 24.18%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=38.46%
G=24.18%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515423800.370.030.04304.6281.9878.24
HexF59AEE02534131524e
Octal36523235604534461122116
Binary11110101100110101110111001001011110010011000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59AEE; }

 p { color: rgb(245,154,238); }

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

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

 a { background-color: rgb(245,154,238); }

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

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

 span { border-color: rgb(245,154,238); }

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