#F093D6

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

Shades of Lavender Rose #F093D6

Tints of Lavender Rose #F093D6

Color information

#F093D6 (or 0xF093D6) is unknown color: approx Lavender Rose. HEX triplet: F0, 93 and D6. RGB value is (240,147,214). Sum of RGB (Red+Green+Blue) = 240+147+214=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F093D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093D6 is #0F6C29. Grayscale: #B6B6B6. Windows color (decimal): -1010730 or 14062576. OLE color: 14062576.

HSL color Cylindrical-coordinate representation of color #F093D6: hue angle of 316.77º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093D6 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB240147214-
CMYK00.390.110.06
HSL316.77º75.61%75.88%-
HSV(B)316.77º38.75%94.12%-
XYZ58.5144.2569.08-
YUV182.44145.81169.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 147 (57.81% from 255) = 24.46%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=39.93%
G=24.46%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014721400.390.110.06316.7775.6175.88
HexF093D6027B613d4c4c
Octal360223326047136475114114
Binary1111000010010011110101100100111101111010011110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F093D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F093D6; }

 p { color: rgb(240,147,214); }

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

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

 a { background-color: rgb(240,147,214); }

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

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

 span { border-color: rgb(240,147,214); }

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