#F096E4

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

Shades of Lavender Rose #F096E4

Tints of Lavender Rose #F096E4

Color information

#F096E4 (or 0xF096E4) is unknown color: approx Lavender Rose. HEX triplet: F0, 96 and E4. RGB value is (240,150,228). Sum of RGB (Red+Green+Blue) = 240+150+228=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F096E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096E4 is #0F691B. Grayscale: #B9B9B9. Windows color (decimal): -1009948 or 14980848. OLE color: 14980848.

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

Color convert

RGB240150228-
CMYK00.370.050.06
HSL308º75%76.47%-
HSV(B)308º37.5%94.12%-
XYZ60.8545.9479.06-
YUV185.8151.82166.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 150 (58.98% from 255) = 24.27%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=38.83%
G=24.27%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015022800.370.050.063087576.47
HexF096E4025561344b4c
Octal36022634404556464113114
Binary111100001001011011100100010010110111010011010010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096E4; }

 p { color: rgb(240,150,228); }

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

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

 a { background-color: rgb(240,150,228); }

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

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

 span { border-color: rgb(240,150,228); }

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