#F095DA

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

Shades of Lavender Rose #F095DA

Tints of Lavender Rose #F095DA

Color information

#F095DA (or 0xF095DA) is unknown color: approx Lavender Rose. HEX triplet: F0, 95 and DA. RGB value is (240,149,218). Sum of RGB (Red+Green+Blue) = 240+149+218=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DA is #0F6A25. Grayscale: #B7B7B7. Windows color (decimal): -1010214 or 14325232. OLE color: 14325232.

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

Color convert

RGB240149218-
CMYK00.380.090.06
HSL314.51º75.21%76.27%-
HSV(B)314.51º37.92%94.12%-
XYZ59.3445.0871.9-
YUV184.08147.15167.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=39.54%
G=24.55%
B=35.91%

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
Decimal24014921800.380.090.06314.5175.2176.27
HexF095DA0269613b4b4c
Octal360225332046116473113114
Binary1111000010010101110110100100110100111010011101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095DA; }

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

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

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

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

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

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

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

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