#F09FE7

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

Shades of Lavender Rose #F09FE7

Tints of Lavender Rose #F09FE7

Color information

#F09FE7 (or 0xF09FE7) is unknown color: approx Lavender Rose. HEX triplet: F0, 9F and E7. RGB value is (240,159,231). Sum of RGB (Red+Green+Blue) = 240+159+231=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FE7 is #0F6018. Grayscale: #BFBFBF. Windows color (decimal): -1007641 or 15179760. OLE color: 15179760.

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

Color convert

RGB240159231-
CMYK00.340.040.06
HSL306.67º72.97%78.24%-
HSV(B)306.67º33.75%94.12%-
XYZ62.7649.0981.77-
YUV191.43150.34162.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 159 (62.5% from 255) = 25.24%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=38.10%
G=25.24%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015923100.340.040.06306.6772.9778.24
HexF09FE702246133494e
Octal36023734704246463111116
Binary111100001001111111100111010001010011010011001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FE7; }

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

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

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

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

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

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

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

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