#F09FDA

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

Shades of Lavender Rose #F09FDA

Tints of Lavender Rose #F09FDA

Color information

#F09FDA (or 0xF09FDA) is unknown color: approx Lavender Rose. HEX triplet: F0, 9F and DA. RGB value is (240,159,218). Sum of RGB (Red+Green+Blue) = 240+159+218=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FDA is #0F6025. Grayscale: #BDBDBD. Windows color (decimal): -1007654 or 14327792. OLE color: 14327792.

HSL color Cylindrical-coordinate representation of color #F09FDA: hue angle of 316.3º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FDA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240159218-
CMYK00.340.090.06
HSL316.3º72.97%78.24%-
HSV(B)316.3º33.75%94.12%-
XYZ60.9948.3872.45-
YUV189.94143.84163.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=38.90%
G=25.77%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015921800.340.090.06316.372.9778.24
HexF09FDA0229613c494e
Octal360237332042116474111116
Binary1111000010011111110110100100010100111010011110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FDA; }

 p { color: rgb(240,159,218); }

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

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

 a { background-color: rgb(240,159,218); }

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

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

 span { border-color: rgb(240,159,218); }

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