#F09FE6

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

Shades of Lavender Rose #F09FE6

Tints of Lavender Rose #F09FE6

Color information

#F09FE6 (or 0xF09FE6) is unknown color: approx Lavender Rose. HEX triplet: F0, 9F and E6. RGB value is (240,159,230). Sum of RGB (Red+Green+Blue) = 240+159+230=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FE6 is #0F6019. Grayscale: #BFBFBF. Windows color (decimal): -1007642 or 15114224. OLE color: 15114224.

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

Color convert

RGB240159230-
CMYK00.340.040.06
HSL307.41º72.97%78.24%-
HSV(B)307.41º33.75%94.12%-
XYZ62.6249.0381.03-
YUV191.31149.84162.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 159 (62.5% from 255) = 25.28%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=38.16%
G=25.28%
B=36.57%

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
Decimal24015923000.340.040.06307.4172.9778.24
HexF09FE602246133494e
Octal36023734604246463111116
Binary111100001001111111100110010001010011010011001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FE6; }

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

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

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

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

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

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

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

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