#F097E7

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

Shades of Lavender Rose #F097E7

Tints of Lavender Rose #F097E7

Color information

#F097E7 (or 0xF097E7) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and E7. RGB value is (240,151,231). Sum of RGB (Red+Green+Blue) = 240+151+231=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F097E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097E7 is #0F6818. Grayscale: #BABABA. Windows color (decimal): -1009689 or 15177712. OLE color: 15177712.

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

Color convert

RGB240151231-
CMYK00.370.040.06
HSL306.07º74.79%76.67%-
HSV(B)306.07º37.08%94.12%-
XYZ61.4346.4381.33-
YUV186.73152.99166-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 151 (59.38% from 255) = 24.28%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=38.59%
G=24.28%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015123100.370.040.06306.0774.7976.67
HexF097E7025461324b4d
Octal36022734704546462113115
Binary111100001001011111100111010010110011010011001010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097E7; }

 p { color: rgb(240,151,231); }

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

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

 a { background-color: rgb(240,151,231); }

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

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

 span { border-color: rgb(240,151,231); }

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