#F097D4

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

Shades of Lavender Rose #F097D4

Tints of Lavender Rose #F097D4

Color information

#F097D4 (or 0xF097D4) is unknown color: approx Lavender Rose. HEX triplet: F0, 97 and D4. RGB value is (240,151,212). Sum of RGB (Red+Green+Blue) = 240+151+212=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F097D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097D4 is #0F682B. Grayscale: #B8B8B8. Windows color (decimal): -1009708 or 13932528. OLE color: 13932528.

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

Color convert

RGB240151212-
CMYK00.370.120.06
HSL318.88º74.79%76.67%-
HSV(B)318.88º37.08%94.12%-
XYZ58.8945.4167.95-
YUV184.56143.49167.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=39.80%
G=25.04%
B=35.16%

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
Decimal24015121200.370.120.06318.8874.7976.67
HexF097D4025C613f4b4d
Octal360227324045146477113115
Binary1111000010010111110101000100101110011010011111110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097D4; }

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

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

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

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

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

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

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

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