#F09AE3

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

Shades of Lavender Rose #F09AE3

Tints of Lavender Rose #F09AE3

Color information

#F09AE3 (or 0xF09AE3) is unknown color: approx Lavender Rose. HEX triplet: F0, 9A and E3. RGB value is (240,154,227). Sum of RGB (Red+Green+Blue) = 240+154+227=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AE3 is #0F651C. Grayscale: #BBBBBB. Windows color (decimal): -1008925 or 14916336. OLE color: 14916336.

HSL color Cylindrical-coordinate representation of color #F09AE3: hue angle of 309.07º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AE3 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240154227-
CMYK00.360.050.06
HSL309.07º74.14%77.25%-
HSV(B)309.07º35.83%94.12%-
XYZ61.3647.1878.55-
YUV188.04149.99165.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=38.65%
G=24.80%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015422700.360.050.06309.0774.1477.25
HexF09AE3024561354a4d
Octal36023234304456465112115
Binary111100001001101011100011010010010111010011010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AE3; }

 p { color: rgb(240,154,227); }

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

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

 a { background-color: rgb(240,154,227); }

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

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

 span { border-color: rgb(240,154,227); }

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