#F097D3

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

Shades of Lavender Rose #F097D3

Tints of Lavender Rose #F097D3

Color information

#F097D3 (or 0xF097D3) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and D3. RGB value is (240,151,211). Sum of RGB (Red+Green+Blue) = 240+151+211=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D3 is #0F682C. Grayscale: #B8B8B8. Windows color (decimal): -1009709 or 13866992. OLE color: 13866992.

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

Color convert

RGB240151211-
CMYK00.370.120.06
HSL319.55º74.79%76.67%-
HSV(B)319.55º37.08%94.12%-
XYZ58.7645.3667.29-
YUV184.45142.99167.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=39.87%
G=25.08%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015121100.370.120.06319.5574.7976.67
HexF097D3025C61404b4d
Octal360227323045146500113115
Binary1111000010010111110100110100101110011010100000010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097D3; }

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

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

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

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

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

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

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

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