#F097DF

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

Shades of Lavender Rose #F097DF

Tints of Lavender Rose #F097DF

Color information

#F097DF (or 0xF097DF) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and DF. RGB value is (240,151,223). Sum of RGB (Red+Green+Blue) = 240+151+223=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F097DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097DF is #0F6820. Grayscale: #B9B9B9. Windows color (decimal): -1009697 or 14653424. OLE color: 14653424.

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

Color convert

RGB240151223-
CMYK00.370.070.06
HSL311.46º74.79%76.67%-
HSV(B)311.46º37.08%94.12%-
XYZ60.3245.9975.51-
YUV185.82148.99166.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=39.09%
G=24.59%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015122300.370.070.06311.4674.7976.67
HexF097DF025761374b4d
Octal36022733704576467113115
Binary111100001001011111011111010010111111010011011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097DF; }

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

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

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

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

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

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

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

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