#F097E4

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

Shades of Lavender Rose #F097E4

Tints of Lavender Rose #F097E4

Color information

#F097E4 (or 0xF097E4) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and E4. RGB value is (240,151,228). Sum of RGB (Red+Green+Blue) = 240+151+228=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F097E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097E4 is #0F681B. Grayscale: #BABABA. Windows color (decimal): -1009692 or 14981104. OLE color: 14981104.

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

Color convert

RGB240151228-
CMYK00.370.050.06
HSL308.09º74.79%76.67%-
HSV(B)308.09º37.08%94.12%-
XYZ61.0146.2679.11-
YUV186.39151.49166.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=38.77%
G=24.39%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015122800.370.050.06308.0974.7976.67
HexF097E4025561344b4d
Octal36022734404556464113115
Binary111100001001011111100100010010110111010011010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097E4; }

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

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

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

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

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

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

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

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