#F097D1

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

Shades of Lavender Rose #F097D1

Tints of Lavender Rose #F097D1

Color information

#F097D1 (or 0xF097D1) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and D1. RGB value is (240,151,209). Sum of RGB (Red+Green+Blue) = 240+151+209=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D1 is #0F682E. Grayscale: #B8B8B8. Windows color (decimal): -1009711 or 13735920. OLE color: 13735920.

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

Color convert

RGB240151209-
CMYK00.370.130.06
HSL320.9º74.79%76.67%-
HSV(B)320.9º37.08%94.12%-
XYZ58.5145.2665.97-
YUV184.22141.99167.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=40%
G=25.17%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015120900.370.130.06320.974.7976.67
HexF097D1025D61414b4d
Octal360227321045156501113115
Binary1111000010010111110100010100101110111010100000110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097D1; }

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

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

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

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

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

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

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

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