#F09ED4

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

Shades of Lavender Rose #F09ED4

Tints of Lavender Rose #F09ED4

Color information

#F09ED4 (or 0xF09ED4) is unknown color: approx Lavender Rose. HEX triplet: F0, 9E and D4. RGB value is (240,158,212). Sum of RGB (Red+Green+Blue) = 240+158+212=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ED4 is #0F612B. Grayscale: #BCBCBC. Windows color (decimal): -1007916 or 13934320. OLE color: 13934320.

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

Color convert

RGB240158212-
CMYK00.340.120.06
HSL320.49º73.21%78.04%-
HSV(B)320.49º34.17%94.12%-
XYZ60.0547.7368.34-
YUV188.67141.17164.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=39.34%
G=25.90%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015821200.340.120.06320.4973.2178.04
HexF09ED4022C6140494e
Octal360236324042146500111116
Binary1111000010011110110101000100010110011010100000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09ED4; }

 p { color: rgb(240,158,212); }

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

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

 a { background-color: rgb(240,158,212); }

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

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

 span { border-color: rgb(240,158,212); }

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