#F094DA

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

Shades of Lavender Rose #F094DA

Tints of Lavender Rose #F094DA

Color information

#F094DA (or 0xF094DA) is unknown color: approx Lavender Rose. HEX triplet: F0, 94 and DA. RGB value is (240,148,218). Sum of RGB (Red+Green+Blue) = 240+148+218=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F094DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094DA is #0F6B25. Grayscale: #B7B7B7. Windows color (decimal): -1010470 or 14324976. OLE color: 14324976.

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

Color convert

RGB240148218-
CMYK00.380.090.06
HSL314.35º75.41%76.08%-
HSV(B)314.35º38.33%94.12%-
XYZ59.1844.7771.85-
YUV183.49147.48168.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 148 (58.20% from 255) = 24.42%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=39.60%
G=24.42%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014821800.380.090.06314.3575.4176.08
HexF094DA0269613a4b4c
Octal360224332046116472113114
Binary1111000010010100110110100100110100111010011101010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094DA; }

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

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

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

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

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

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

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

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